Interface CipherValue
-
- All Known Implementing Classes:
XMLCipher.Factory.CipherValueImpl
public interface CipherValue
CipherValue
is the wrapper for cipher text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValue()
Returns the Base 64 encoded, encrypted octets that is theCipherValue
.void
setValue(java.lang.String value)
Sets the Base 64 encoded, encrypted octets that is theCipherValue
.
-