Syntax
java.security.MessageDigest
getMessageDigest
(
Map< String, Object >
context
,
SecProfile
profile
) throws SecException
Parameters
-
context –
CSI context
-
profile –
SecProfile object containing the properties to create and initialize a MessageDigest instance.
Returns
MessageDigest object created based on the properties specified in the profile Map and initialized for the digest operation. Returns null if unable to handle the profile.