public final class FileEncryptionContextProvider extends Object implements EncryptionContextProvider
Constructor and Description |
---|
FileEncryptionContextProvider() |
Modifier and Type | Method and Description |
---|---|
protected static File |
getEncPasswordFile() |
com.google.common.base.Optional<EncryptionContext> |
getEncryptionContext() |
protected static com.google.common.base.Optional<String> |
getOptional(String value) |
protected String |
getPassword(List<String> lines) |
protected EncryptionStrength |
getStrength(List<String> lines) |
protected static List<String> |
readLines(File file) |
public FileEncryptionContextProvider()
public com.google.common.base.Optional<EncryptionContext> getEncryptionContext()
getEncryptionContext
in interface EncryptionContextProvider
protected EncryptionStrength getStrength(List<String> lines)
protected String getPassword(List<String> lines)
protected static File getEncPasswordFile()
protected static com.google.common.base.Optional<String> getOptional(String value)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.