net.lingala.zip4j.crypto.PBKDF2
Class MacBasedPRF
java.lang.Object
net.lingala.zip4j.crypto.PBKDF2.MacBasedPRF
public class MacBasedPRF
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mac
protected Mac mac
hLen
protected int hLen
macAlgorithm
protected String macAlgorithm
MacBasedPRF
public MacBasedPRF(String macAlgorithm)
MacBasedPRF
public MacBasedPRF(String macAlgorithm,
String provider)
doFinal
public byte[] doFinal(byte[] M)
doFinal
public byte[] doFinal()
getHLen
public int getHLen()
init
public void init(byte[] P)
update
public void update(byte[] U)
update
public void update(byte[] U,
int start,
int len)
Copyright © 2012. All Rights Reserved.