| Package | Description |
|---|---|
| org.kuali.common.util.channel.model | |
| org.kuali.common.util.enc | |
| org.kuali.common.util.enc.spring | |
| org.kuali.common.util.ssh.model |
| Constructor and Description |
|---|
ChannelContext.Builder(EnvironmentService env,
EncryptionService enc,
String hostname)
Override using
ssh.hostname (if present) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEncryptionService |
class |
NoOpEncryptionService |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Optional<EncryptionService> |
EncUtils.ABSENT |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
EncUtils.decrypt(EncryptionService enc,
List<String> strings)
Return a new list containing the same elements in the same order only with any encrypted strings having been decrypted.
|
static com.google.common.base.Optional<String> |
EncUtils.decrypt(EncryptionService enc,
com.google.common.base.Optional<String> optional) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
EncUtils.decrypt(com.google.common.base.Optional<EncryptionService> enc,
List<String> strings)
If enc is present, return a new list containing the same elements in the same order only with any encrypted strings having been decrypted.
|
static com.google.common.base.Optional<String> |
EncUtils.decrypt(com.google.common.base.Optional<EncryptionService> enc,
com.google.common.base.Optional<String> string)
If enc and string are both present and the string is encrypted, return the decrypted string.
|
static String |
EncUtils.decrypt(com.google.common.base.Optional<EncryptionService> enc,
String string)
If enc is present and the string is encrypted, return the decrypted string.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
DefaultEncryptionServiceConfig.encryptionService() |
EncryptionService |
EncryptionServiceConfig.encryptionService() |
| Constructor and Description |
|---|
KeyPair.Builder(EnvironmentService env,
EncryptionService enc,
KeyPair provided) |
KeyPair.Builder(EnvironmentService env,
EncryptionService enc,
String name) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.