Class XMLCipher.Factory.CipherValueImpl
java.lang.Object
org.apache.xml.security.encryption.XMLCipher.Factory.CipherValueImpl
- All Implemented Interfaces:
CipherValue
- Enclosing class:
- XMLCipher.Factory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cipherValue
-
-
Constructor Details
-
CipherValueImpl
- Parameters:
value
-
-
-
Method Details
-
getValue
Returns the Base 64 encoded, encrypted octets that is theCipherValue
.- Specified by:
getValue
in interfaceCipherValue
- Returns:
- cipher value.
-
setValue
Sets the Base 64 encoded, encrypted octets that is theCipherValue
.- Specified by:
setValue
in interfaceCipherValue
- Parameters:
value
- the cipher value.
-
toElement
Element toElement()
-