javax.xml.crypto.dsig

Interface Manifest

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String TYPE
      URI that identifies the Manifest 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 Manifest 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 Manifest.
        Returns:
        the Id of this Manifest (or null if not specified)
      • getReferences

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

Copyright © 2015 IBM Corporation. All Rights Reserved.