Interface CipherReferenceDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CipherReferenceDocument extends XmlObject
A document containing one CipherReference(@http://www.w3.org/2001/04/xmlenc#) element. This is a complex type.
  • Field Details

  • Method Details

    • getCipherReference

      CipherReferenceType getCipherReference()
      Gets the "CipherReference" element
    • setCipherReference

      void setCipherReference(CipherReferenceType cipherReference)
      Sets the "CipherReference" element
    • addNewCipherReference

      CipherReferenceType addNewCipherReference()
      Appends and returns a new empty "CipherReference" element