public class SimpleAsymmetricByteEncryptor extends Object implements org.jasypt.encryption.ByteEncryptor
AsymmetricCryptography
Keys are lazily loaded from SimpleAsymmetricConfig| Constructor and Description |
|---|
SimpleAsymmetricByteEncryptor(SimpleAsymmetricConfig config) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedMessage) |
byte[] |
encrypt(byte[] message) |
public SimpleAsymmetricByteEncryptor(SimpleAsymmetricConfig config)
Copyright © 2019. All rights reserved.