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.
    Author:
    Christian Geuer-Pollmann
    • Method Detail

      • getLength

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

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

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

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

        public String getBaseLocalName()
        Description copied from class: ElementProxy
        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.