javax.xml.crypto.dsig

Interface SignatureProperties

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String TYPE
      URI that identifies the SignatureProperties element (this can be specified as the value of the type parameter of the Reference class to identify the referent's type).
    • Field Detail

      • TYPE

        static final java.lang.String TYPE
        URI that identifies the SignatureProperties element (this can be specified as the value of the type parameter of the Reference class to identify the referent's type).
        See Also:
        Constant Field Values
    • Method Detail

      • getId

        java.lang.String getId()
        Returns the Id of this SignatureProperties.
        Returns:
        the Id of this SignatureProperties (or null if not specified)
      • getProperties

        java.util.List getProperties()
        Returns an unmodifiable list of one or more SignaturePropertys that are contained in this SignatureProperties.
        Returns:
        an unmodifiable list of one or more SignaturePropertys
XML Security (JSR 105/106), 1.8

Copyright © 2015 IBM Corporation. All Rights Reserved.