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.StringcipherValue
-
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.StringgetValue()Returns the Base 64 encoded, encrypted octets that is theCipherValue.voidsetValue(java.lang.String value)Sets the Base 64 encoded, encrypted octets that is theCipherValue.(package private) org.w3c.dom.ElementtoElement()
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Returns the Base 64 encoded, encrypted octets that is theCipherValue.- Specified by:
getValuein interfaceCipherValue- Returns:
- cipher value.
-
setValue
public void setValue(java.lang.String value)
Sets the Base 64 encoded, encrypted octets that is theCipherValue.- Specified by:
setValuein interfaceCipherValue- Parameters:
value- the cipher value.
-
toElement
org.w3c.dom.Element toElement()
-
-