public interface PBE_DecryptionService| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] cipherText) |
char[] |
decrypt(java.lang.String cipherText) |
void |
dispose() |
boolean |
isDisposed() |
byte[] decrypt(byte[] cipherText)
throws PBE_Exception
PBE_Exceptionchar[] decrypt(java.lang.String cipherText)
throws PBE_Exception
PBE_Exceptionboolean isDisposed()
void dispose()