public abstract class AbstractPBEEncryptor extends Object implements IPBEEncryptor
| Constructor and Description |
|---|
AbstractPBEEncryptor(PBEConfig config) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedMessage) |
byte[] |
encrypt(byte[] message) |
boolean |
isInitialized() |
protected PBEConfig config
public AbstractPBEEncryptor(PBEConfig config) throws PBEException
PBEExceptionpublic boolean isInitialized()
isInitialized in interface IPBEEncryptorpublic byte[] encrypt(byte[] message)
throws PBEException
encrypt in interface IPBEEncryptorPBEExceptionpublic byte[] decrypt(byte[] encryptedMessage)
throws PBEException
decrypt in interface IPBEEncryptorPBEExceptionCopyright © 2018. All rights reserved.