com.ibm.crypto.hdwrCCA.provider
Class FullHardwareSHA256
- java.lang.Object
-
- java.security.MessageDigestSpi
-
- com.ibm.crypto.hdwrCCA.provider.AbstractFullHardwareSHA
-
- com.ibm.crypto.hdwrCCA.provider.FullHardwareSHA256
-
- All Implemented Interfaces:
- java.lang.Cloneable
public final class FullHardwareSHA256 extends AbstractFullHardwareSHA
-
-
Field Summary
-
Fields inherited from class com.ibm.crypto.hdwrCCA.provider.AbstractFullHardwareSHA
alg
-
-
Constructor Summary
Constructors Constructor and Description FullHardwareSHA256()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
-
FullHardwareSHA256
public FullHardwareSHA256()
Standard constructor, creates a new SHA instance, allocates its buffers from the heap.
-
-
Method Detail
-
engineGetDigestBlockSize
protected int engineGetDigestBlockSize()
- Specified by:
engineGetDigestBlockSizein classAbstractFullHardwareSHA
-
-