decryptWithFixedKey(String) method

Decrypts the string using the fixed key and returns the plain text.

Syntax

String decryptWithFixedKey ( String cipherText ) throws SecException

Parameters

Returns

decrypted string

Exceptions

Usage

decrypted string