Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-03


oracle.security.xmlsec.dsig
Interface Referable

All Known Implementing Classes:
OriginatorKeyInfo, RecipientKeyInfo, XEEncryptionProperties, XEKeyInfo, 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

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

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

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.

Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-03


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