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