CipherValuepublic interface CipherValue CipherValue is the wrapper for cipher text. |
Methods Summary |
---|
public java.lang.String | getValue()Resturns the Base 64 encoded, encrypted octets that is the
CihperValue .
| public void | setValue(java.lang.String value)Sets the Base 64 encoded, encrypted octets that is the
CihperValue .
|
|