Class XMLCipher.Factory.CipherValueImpl
- java.lang.Object
-
- org.apache.xml.security.encryption.XMLCipher.Factory.CipherValueImpl
-
- All Implemented Interfaces:
CipherValue
- Enclosing class:
- XMLCipher.Factory
private class XMLCipher.Factory.CipherValueImpl extends java.lang.Object implements CipherValue
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
cipherValue
-
Constructor Summary
Constructors Constructor Description CipherValueImpl(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete 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
.(package private) org.w3c.dom.Element
toElement()
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Returns the Base 64 encoded, encrypted octets that is theCipherValue
.- Specified by:
getValue
in interfaceCipherValue
- Returns:
- cipher value.
-
setValue
public void setValue(java.lang.String value)
Sets the Base 64 encoded, encrypted octets that is theCipherValue
.- Specified by:
setValue
in interfaceCipherValue
- Parameters:
value
- the cipher value.
-
toElement
org.w3c.dom.Element toElement()
-
-