public final class Md5Capi extends CapiDigest
An instance of this algorithm can be obtained using the Java Cryptography
Architecture (JCA), by requesting an 'MD5CAPI' message digest from the
Entrust cryptographic
service provider. This can be done using the following call:
MessageDigest.getInstance("MD5CAPI", "Entrust");| Constructor and Description |
|---|
Md5Capi()
The constructor; creates a new instance of the MD5 message digest
algorithm.
|
closeHash, createCapiHash, engineDigest, engineGetDigestLength, engineReset, engineUpdate, engineUpdate, getHashpublic Md5Capi()
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("MD5CAPI", "Entrust").