public final class OpenSSLEncryptor extends Object implements Encryptor
echo -n "foo" | openssl enc -aes128 -e -base64 -A -k "bar" echo -n "U2FsdGVkX1+VsRny+UbwuLllbAQ5yK/3MenTFJEKRVE=" | openssl enc -aes128 -d -base64 -A -k "bar"
Constructor and Description |
---|
OpenSSLEncryptor(OpenSSLContext context) |
@Inject public OpenSSLEncryptor(OpenSSLContext context)
Copyright © 2015 The Kuali Foundation. All rights reserved.