Interface CipherValue
-
public interface CipherValueCipherValueis the wrapper for cipher text.- Author:
- Axl Mattheus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetValue()Resturns the Base 64 encoded, encrypted octets that is theCihperValue.voidsetValue(java.lang.String value)Sets the Base 64 encoded, encrypted octets that is theCihperValue.
-