-
public interface CipherValueCipherValueis the wrapper for cipher text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()Returns the Base 64 encoded, encrypted octets that is theCipherValue.voidsetValue(String value)Sets the Base 64 encoded, encrypted octets that is theCipherValue.
-