public class CombinedHash extends Object implements org.bouncycastle.crypto.Digest
| Modifier and Type | Method and Description |
|---|---|
int |
doFinal(byte[] out,
int outOff) |
String |
getAlgorithmName() |
int |
getDigestSize() |
void |
reset() |
void |
update(byte in) |
void |
update(byte[] in,
int inOff,
int len) |
public String getAlgorithmName()
getAlgorithmName in interface org.bouncycastle.crypto.DigestDigest.getAlgorithmName()public int getDigestSize()
getDigestSize in interface org.bouncycastle.crypto.DigestDigest.getDigestSize()public void update(byte in)
update in interface org.bouncycastle.crypto.DigestDigest.update(byte)public void update(byte[] in,
int inOff,
int len)
update in interface org.bouncycastle.crypto.DigestDigest.update(byte[],int,int)public int doFinal(byte[] out,
int outOff)
doFinal in interface org.bouncycastle.crypto.DigestDigest.doFinal(byte[],int)public void reset()
reset in interface org.bouncycastle.crypto.DigestDigest.reset()Copyright © 2017. All rights reserved.