Oracle Security Developer Tools XML Security Java API Reference
10g (10.1.4.0.1)

B28178-01


oracle.security.xmlsec.dsig
Interface Referable

All Known Implementing Classes:
XEEncryptionProperties, XSKeyInfo, XSManifest, XSObject, XSSignature, XSSigProperties

public interface Referable

Interface for XML-DSIG elements that can be the target of an object reference.

See Also:
ObjectReference

Method Summary
 java.lang.String getId()
          Returns the value of the Id attribute for this object.
 java.lang.String getType()
          Returns a URI identifying the type of this object.
 void setId(java.lang.String id)
          Sets the Id attribute for this object.

 

Method Detail

setId

public void setId(java.lang.String id)
           throws org.w3c.dom.DOMException
Sets the Id attribute for this object.
Parameters:
id - The ID name of this object.
Throws:
org.w3c.dom.DOMException

getId

public java.lang.String getId()
Returns the value of the Id attribute for this object.
Returns:
A string containing the ID name of this object.

getType

public java.lang.String getType()
Returns a URI identifying the type of this object.
Returns:
A URI identifying the type of this object, or null if none is defined.

Oracle Security Developer Tools XML Security Java API Reference
10g (10.1.4.0.1)

B28178-01


Copyright © 2005 ,2006 , Oracle. All rights reserved.