public final class SecretValue<V,K,M>
extends java.lang.Object
Encryption
methods to instantiate and retrieve info from this object.
Note: This can be caller sensitive (if supported by the JDK)Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
approvedCaller |
protected boolean |
isCallerSensitive |
protected K |
key |
protected M |
meta |
protected V |
value |
Modifier | Constructor and Description |
---|---|
protected |
SecretValue(V value,
K key,
M meta) |
protected |
SecretValue(V value,
K key,
M meta,
boolean isCallerSensitive,
java.lang.String approvedCaller) |