Package | Description |
---|---|
org.jasypt.encryption.pbe |
Modifier and Type | Method and Description |
---|---|
byte[] |
StandardPBEByteEncryptor.decrypt(byte[] encryptedMessage)
Decrypts a message using the specified configuration.
|
byte[] |
PooledPBEByteEncryptor.decrypt(byte[] encryptedMessage)
Decrypts a message using the specified configuration.
|
byte[] |
StandardPBEByteEncryptor.encrypt(byte[] message)
Encrypts a message using the specified configuration.
|
byte[] |
PooledPBEByteEncryptor.encrypt(byte[] message)
Encrypts a message using the specified configuration.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.