public class CombinedHash extends Object implements org.bouncycastle.crypto.Digest
public String getAlgorithmName()
getAlgorithmName 在接口中 org.bouncycastle.crypto.DigestDigest.getAlgorithmName()public int getDigestSize()
getDigestSize 在接口中 org.bouncycastle.crypto.DigestDigest.getDigestSize()public void update(byte in)
update 在接口中 org.bouncycastle.crypto.DigestDigest.update(byte)public void update(byte[] in,
int inOff,
int len)
update 在接口中 org.bouncycastle.crypto.DigestDigest.update(byte[],int,int)public int doFinal(byte[] out,
int outOff)
doFinal 在接口中 org.bouncycastle.crypto.DigestDigest.doFinal(byte[],int)public void reset()
reset 在接口中 org.bouncycastle.crypto.DigestDigest.reset()Copyright © 2016. All rights reserved.