Class SignatureProperties


  • public class SignatureProperties
    extends SignatureElementProxy
    Handles <ds:SignatureProperties> elements This Element holds SignatureProperty properties that contain additional information items concerning the generation of the signature. for example, data-time stamp, serial number of cryptographic hardware.
    • Constructor Detail

      • SignatureProperties

        public SignatureProperties​(org.w3c.dom.Document doc)
        Constructor SignatureProperties
        Parameters:
        doc -
      • SignatureProperties

        public SignatureProperties​(org.w3c.dom.Element element,
                                   java.lang.String baseURI)
                            throws XMLSecurityException
        Constructs SignatureProperties from Element
        Parameters:
        element - SignatureProperties element
        baseURI - the URI of the resource where the XML instance was stored
        Throws:
        XMLSecurityException
    • Method Detail

      • getLength

        public int getLength()
        Return the nonnegative number of added SignatureProperty elements.
        Returns:
        the number of SignatureProperty elements
      • setId

        public void setId​(java.lang.String Id)
        Sets the Id attribute
        Parameters:
        Id - the Id attribute
      • getId

        public java.lang.String getId()
        Returns the Id attribute
        Returns:
        the Id attribute
      • addSignatureProperty

        public void addSignatureProperty​(SignatureProperty sp)
        Method addSignatureProperty
        Parameters:
        sp -
      • getBaseLocalName

        public java.lang.String getBaseLocalName()
        Returns the localname of the Elements of the sub-class.
        Specified by:
        getBaseLocalName in class ElementProxy
        Returns:
        the localname of the Elements of the sub-class.