init() method

Creates and initializes the Cipher instance for use in encryption/decryption.

Syntax

void init () throws SecException

Exceptions

Usage

All the set*** methods should be invoked to provide the options required to instantiate a Cipher instance before invoking this method.