public class HmacCoreSpi extends MacSpi implements Cloneable
| 构造器和说明 |
|---|
HmacCoreSpi(MessageDigest digest,
int blockLength) |
HmacCoreSpi(String digestAlgorithm) |
HmacCoreSpi(String digestAlgorithm,
int blockLength) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone() |
protected byte[] |
engineDoFinal() |
protected int |
engineGetMacLength() |
protected void |
engineInit(Key key,
AlgorithmParameterSpec parameterSpec) |
protected void |
engineReset() |
protected void |
engineUpdate(byte b) |
protected void |
engineUpdate(byte[] bytes,
int off,
int len) |
protected void |
engineUpdate(ByteBuffer buffer) |
public HmacCoreSpi(MessageDigest digest, int blockLength)
public HmacCoreSpi(String digestAlgorithm)
public HmacCoreSpi(String digestAlgorithm, int blockLength)
protected int engineGetMacLength()
engineGetMacLength 在类中 MacSpiprotected void engineInit(Key key, AlgorithmParameterSpec parameterSpec) throws InvalidKeyException, InvalidAlgorithmParameterException
protected void engineUpdate(byte b)
engineUpdate 在类中 MacSpiprotected void engineUpdate(byte[] bytes,
int off,
int len)
engineUpdate 在类中 MacSpiprotected void engineUpdate(ByteBuffer buffer)
engineUpdate 在类中 MacSpiprotected byte[] engineDoFinal()
engineDoFinal 在类中 MacSpiprotected void engineReset()
engineReset 在类中 MacSpipublic Object clone() throws CloneNotSupportedException
clone 在类中 MacSpiCloneNotSupportedExceptionCopyright © 2021. All rights reserved.