public final class PBEStringEncryptor extends AbstractPBEEncryptor implements IPBEStringEncryptor
config| Constructor and Description |
|---|
PBEStringEncryptor(PBEConfig config) |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedMessage) |
String |
encrypt(String message) |
decrypt, encrypt, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecrypt, encrypt, isInitializedpublic PBEStringEncryptor(PBEConfig config) throws PBEException
PBEExceptionpublic String encrypt(String message) throws PBEException
encrypt in interface IPBEStringEncryptorPBEExceptionpublic String decrypt(String encryptedMessage) throws PBEException
decrypt in interface IPBEStringEncryptorPBEExceptionCopyright © 2018. All rights reserved.