com.ibm.crypto.hdwrCCA.provider
Class FullHardwareSHA224
- java.lang.Object
-
- java.security.MessageDigestSpi
-
- com.ibm.crypto.hdwrCCA.provider.AbstractFullHardwareSHA
-
- com.ibm.crypto.hdwrCCA.provider.FullHardwareSHA224
-
- All Implemented Interfaces:
- java.lang.Cloneable
public final class FullHardwareSHA224 extends AbstractFullHardwareSHA
-
-
Field Summary
-
Fields inherited from class com.ibm.crypto.hdwrCCA.provider.AbstractFullHardwareSHA
alg
-
-
Constructor Summary
Constructors Constructor and Description FullHardwareSHA224()Standard constructor, creates a new SHA instance, allocates its buffers from the heap.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description protected intengineGetDigestBlockSize()-
Methods inherited from class com.ibm.crypto.hdwrCCA.provider.AbstractFullHardwareSHA
clone, engineDigest, engineDigest, engineGetDigestLength, engineReset, engineUpdate, engineUpdate, isSupportedByHardware
-
-
-
-
Constructor Detail
-
FullHardwareSHA224
public FullHardwareSHA224()
Standard constructor, creates a new SHA instance, allocates its buffers from the heap.
-
-
Method Detail
-
engineGetDigestBlockSize
protected int engineGetDigestBlockSize()
- Specified by:
engineGetDigestBlockSizein classAbstractFullHardwareSHA
-
-