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

Syntax

Cipher getCipher ( Map< String, Object > context , SecProfile profile , String operation ) throws SecException

Parameters

Returns

Cipher object created based on the properties specified in the profile Map and initialized for the specified operation. Returns null if unable to handle the profile.

Exceptions