javax.xml.crypto

Interface URIReference

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getType()
      Returns the type of data referenced by this URI.
      java.lang.String getURI()
      Returns the URI of the referenced data object.
    • Method Detail

      • getURI

        java.lang.String getURI()
        Returns the URI of the referenced data object.
        Returns:
        the URI of the data object in RFC 2396 format (may be null if not specified)
      • getType

        java.lang.String getType()
        Returns the type of data referenced by this URI.
        Returns:
        the type (a URI) of the data object (may be null if not specified)
XML Security (JSR 105/106), 1.8

Copyright © 2015 IBM Corporation. All Rights Reserved.