getCipher(String, String) method

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

Syntax

Cipher getCipher ( String profileName , String operation ) throws SecException

Parameters

Returns

Cipher to perform the specified operation.

Exceptions

Usage

Cipher to perform the specified operation.