getCipher(String, Operation ) method

Returns a javax.crypto.Cipher object instance initialized for the specified operation.

Syntax

Cipher getCipher ( String profileName , Operation operation ) throws SecException

Parameters

Returns

Cipher to perform the specified operation.

Exceptions

Usage

Cipher to perform the specified operation.