| Package | Description |
|---|---|
| org.kuali.common.util.encrypt.openssl |
| Modifier and Type | Method and Description |
|---|---|
OpenSSLContext |
OpenSSLContext.Builder.build() |
static OpenSSLContext |
OpenSSLContext.buildDefaultOpenSSLContext()
Returns a context for 128 bit AES encryption compatible with OpenSSL
|
static OpenSSLContext |
OpenSSLContext.buildOpenSSLContext(EncryptionStrength strength)
EncryptionStrength.STRONG_ENCRYPTION_STRENGTH means AES 256, otherwise AES 128. |
OpenSSLContext |
OpenSSLEncryptor.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static OpenSSLEncryptedContext |
OpenSSL.buildEncryptedContext(OpenSSLContext context,
int initVectorLength,
byte[] salt,
byte[] data) |
protected static byte[] |
OpenSSLEncryptor.doCipher(OpenSSLContext context,
int mode,
byte[] salt,
byte[] bytes,
byte[] password) |
| Constructor and Description |
|---|
OpenSSLEncryptor(OpenSSLContext context,
String password) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.