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 Object implements CipherValue
  • Field Details

    • cipherValue

      private String cipherValue
  • Constructor Details

    • CipherValueImpl

      public CipherValueImpl(String value)
      Parameters:
      value -
  • Method Details

    • getValue

      public String getValue()
      Returns the Base 64 encoded, encrypted octets that is the CipherValue.
      Specified by:
      getValue in interface CipherValue
      Returns:
      cipher value.
    • setValue

      public void setValue(String value)
      Sets the Base 64 encoded, encrypted octets that is the CipherValue.
      Specified by:
      setValue in interface CipherValue
      Parameters:
      value - the cipher value.
    • toElement

      Element toElement()