public class SimplePBEByteEncryptor extends Object implements org.jasypt.encryption.pbe.PBEByteEncryptor
| Constructor and Description |
|---|
SimplePBEByteEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedMessage) |
byte[] |
encrypt(byte[] message) |
void |
setAlgorithm(String algorithm) |
void |
setIterations(int iterations) |
void |
setPassword(String password) |
void |
setSaltGenerator(org.jasypt.salt.SaltGenerator saltGenerator) |
public byte[] encrypt(byte[] message)
encrypt in interface org.jasypt.encryption.ByteEncryptorpublic byte[] decrypt(byte[] encryptedMessage)
decrypt in interface org.jasypt.encryption.ByteEncryptorpublic void setPassword(String password)
setPassword in interface org.jasypt.encryption.pbe.PasswordBasedpublic void setSaltGenerator(org.jasypt.salt.SaltGenerator saltGenerator)
public void setIterations(int iterations)
public void setAlgorithm(String algorithm)
Copyright © 2020. All rights reserved.