public abstract class AbstractEncryptionContextProvider extends Object implements EncryptionContextProvider
| Constructor and Description |
|---|
AbstractEncryptionContextProvider(String passwordKey,
String strengthKey) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<EncryptionContext> |
getEncryptionContext() |
protected EncryptionStrength |
getEncryptionStrength() |
protected com.google.common.base.Optional<String> |
getOptionalString(String key) |
protected abstract String |
getValueFromSource(String key) |
public AbstractEncryptionContextProvider(String passwordKey, String strengthKey)
public com.google.common.base.Optional<EncryptionContext> getEncryptionContext()
getEncryptionContext in interface EncryptionContextProviderprotected com.google.common.base.Optional<String> getOptionalString(String key)
protected abstract String getValueFromSource(String key)
protected EncryptionStrength getEncryptionStrength()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.