public interface IPBEEncryptor
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedMessage) |
byte[] |
encrypt(byte[] message) |
boolean |
isInitialized() |
boolean isInitialized()
byte[] encrypt(byte[] message)
throws PBEException
PBEExceptionbyte[] decrypt(byte[] encryptedMessage)
throws PBEException
PBEExceptionCopyright © 2018. All rights reserved.