public class BouncyCastlePrecomputedOrDigestProxy extends Object implements org.bouncycastle.crypto.Digest
| Constructor and Description |
|---|
BouncyCastlePrecomputedOrDigestProxy(org.bouncycastle.crypto.Digest parentDigest) |
| Modifier and Type | Method and Description |
|---|---|
int |
doFinal(byte[] out,
int outOff) |
String |
getAlgorithmName() |
int |
getDigestSize() |
void |
reset() |
void |
setPrecomputedValue(byte[] in,
int inOff,
int inLength) |
void |
update(byte in) |
void |
update(byte[] in,
int inOff,
int len) |
public BouncyCastlePrecomputedOrDigestProxy(org.bouncycastle.crypto.Digest parentDigest)
public String getAlgorithmName()
getAlgorithmName in interface org.bouncycastle.crypto.Digestpublic int getDigestSize()
getDigestSize in interface org.bouncycastle.crypto.Digestpublic void update(byte in)
update in interface org.bouncycastle.crypto.Digestpublic void update(byte[] in,
int inOff,
int len)
update in interface org.bouncycastle.crypto.Digestpublic int doFinal(byte[] out,
int outOff)
doFinal in interface org.bouncycastle.crypto.Digestpublic void setPrecomputedValue(byte[] in,
int inOff,
int inLength)
public void reset()
reset in interface org.bouncycastle.crypto.Digest