decrypt(String) method

Decrypts the string using the configured key/certificate and returns the plain text.

Syntax

String decrypt ( String ciphertext ) throws SecException

Parameters

Returns

decrypted string

Exceptions