public class BcTlsCrypto.CombinedPRF
extends java.lang.Object
implements org.bouncycastle.crypto.Digest
Modifier and Type | Method and Description |
---|---|
int |
doFinal(byte[] output,
int outOff) |
java.lang.String |
getAlgorithmName() |
int |
getDigestSize() |
void |
reset() |
void |
update(byte input) |
void |
update(byte[] input,
int inOff,
int len) |
public java.lang.String getAlgorithmName()
getAlgorithmName
in interface org.bouncycastle.crypto.Digest
Digest.getAlgorithmName()
public int getDigestSize()
getDigestSize
in interface org.bouncycastle.crypto.Digest
Digest.getDigestSize()
public void update(byte input)
update
in interface org.bouncycastle.crypto.Digest
Digest.update(byte)
public void update(byte[] input, int inOff, int len)
update
in interface org.bouncycastle.crypto.Digest
Digest.update(byte[], int, int)
public int doFinal(byte[] output, int outOff)
doFinal
in interface org.bouncycastle.crypto.Digest
Digest.doFinal(byte[], int)
public void reset()
reset
in interface org.bouncycastle.crypto.Digest
Digest.reset()