| Package | Description |
|---|---|
| org.kuali.common.util.channel.model | |
| org.kuali.common.util.enc | |
| org.kuali.common.util.enc.spring |
| 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
Deprecated.
|
class |
NoOpEncryptionService
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Optional<EncryptionService> |
EncUtils.ABSENT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
EncUtils.decrypt(EncryptionService enc,
List<String> strings)
Deprecated.
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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
EncUtils.decrypt(com.google.common.base.Optional<EncryptionService> enc,
List<String> strings)
Deprecated.
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)
Deprecated.
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)
Deprecated.
If enc is present and the string is encrypted, return the decrypted string.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
DefaultEncryptionServiceConfig.encryptionService()
Deprecated.
|
EncryptionService |
EncryptionServiceConfig.encryptionService()
Deprecated.
|
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.