Interface CipherValue
public interface CipherValue
CipherValue
is the wrapper for cipher text.-
Method Summary
-
Method Details
-
getValue
String getValue()Returns the Base 64 encoded, encrypted octets that is theCipherValue
.- Returns:
- cipher value.
-
setValue
Sets the Base 64 encoded, encrypted octets that is theCipherValue
.- Parameters:
value
- the cipher value.
-