public final class Sha384Capi extends CapiDigest
An instance of this algorithm can be obtained using the Java Cryptography
Architecture (JCA), by requesting an 'SHA384CAPI' message digest from the
Entrust cryptographic
service provider. This can be done using the following call:
MessageDigest.getInstance("SHA384CAPI", "Entrust");| Constructor and Description |
|---|
Sha384Capi()
The constructor; creates a new instance of the SHA-384 message digest
algorithm.
|
closeHash, createCapiHash, engineDigest, engineGetDigestLength, engineReset, engineUpdate, engineUpdate, getHashpublic Sha384Capi()
Applications should not use this constructor, instead the message digest
algorithm should be requested from the appropriate JCA/JCE cryptographic
service provider as follows:
MessageDigest.getInstance("SHA384CAPI", "Entrust").