public static class EncryptionContext.Builder extends Object
Constructor and Description |
---|
EncryptionContext.Builder() |
Modifier and Type | Method and Description |
---|---|
EncryptionContext |
build() |
EncryptionContext.Builder |
password(String password) |
EncryptionContext.Builder |
passwordKey(String passwordKey) |
EncryptionContext.Builder |
passwordRequired(boolean passwordRequired) |
EncryptionContext.Builder |
removePasswordSystemProperty(boolean removePasswordSystemProperty) |
EncryptionContext.Builder |
strength(EncStrength strength) |
public EncryptionContext.Builder()
public EncryptionContext.Builder removePasswordSystemProperty(boolean removePasswordSystemProperty)
public EncryptionContext.Builder passwordRequired(boolean passwordRequired)
public EncryptionContext.Builder password(String password)
public EncryptionContext.Builder passwordKey(String passwordKey)
public EncryptionContext.Builder strength(EncStrength strength)
public EncryptionContext build()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.