getMessageDigest(Map< String, Object >, SecProfile ) method

Syntax

java.security.MessageDigest getMessageDigest ( Map< String, Object > context , SecProfile profile ) throws SecException

Parameters

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.

Exceptions

Usage

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.