Class CipherDataImpl

  • All Implemented Interfaces:
    org.opensaml.core.xml.XMLObject, org.opensaml.xmlsec.encryption.CipherData

    public class CipherDataImpl
    extends org.opensaml.core.xml.AbstractXMLObject
    implements org.opensaml.xmlsec.encryption.CipherData
    Concrete implementation of CipherData.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.opensaml.xmlsec.encryption.CipherReference cipherReference
      CipherReference child element.
      private org.opensaml.xmlsec.encryption.CipherValue cipherValue
      CipherValue child element.
      • Fields inherited from interface org.opensaml.xmlsec.encryption.CipherData

        DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CipherDataImpl​(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opensaml.xmlsec.encryption.CipherReference getCipherReference()
      org.opensaml.xmlsec.encryption.CipherValue getCipherValue()
      List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
      void setCipherReference​(org.opensaml.xmlsec.encryption.CipherReference newCipherReference)
      void setCipherValue​(org.opensaml.xmlsec.encryption.CipherValue newCipherValue)
      • Methods inherited from class org.opensaml.core.xml.AbstractXMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
    • Field Detail

      • cipherValue

        private org.opensaml.xmlsec.encryption.CipherValue cipherValue
        CipherValue child element.
      • cipherReference

        private org.opensaml.xmlsec.encryption.CipherReference cipherReference
        CipherReference child element.
    • Constructor Detail

      • CipherDataImpl

        protected CipherDataImpl​(String namespaceURI,
                                 String elementLocalName,
                                 String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - namespace URI
        elementLocalName - local name
        namespacePrefix - namespace prefix
    • Method Detail

      • getCipherValue

        public org.opensaml.xmlsec.encryption.CipherValue getCipherValue()
        Specified by:
        getCipherValue in interface org.opensaml.xmlsec.encryption.CipherData
      • setCipherValue

        public void setCipherValue​(org.opensaml.xmlsec.encryption.CipherValue newCipherValue)
        Specified by:
        setCipherValue in interface org.opensaml.xmlsec.encryption.CipherData
      • getCipherReference

        public org.opensaml.xmlsec.encryption.CipherReference getCipherReference()
        Specified by:
        getCipherReference in interface org.opensaml.xmlsec.encryption.CipherData
      • setCipherReference

        public void setCipherReference​(org.opensaml.xmlsec.encryption.CipherReference newCipherReference)
        Specified by:
        setCipherReference in interface org.opensaml.xmlsec.encryption.CipherData
      • getOrderedChildren

        public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
        Specified by:
        getOrderedChildren in interface org.opensaml.core.xml.XMLObject