API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
org.jcp.xml.dsig.internal.dom.
DOMKeyName
View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
Object
DOMStructure
DOMKeyName
Implements
KeyName
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
class DOMKeyName
DOM-based implementation of KeyName.
See also:
Constructors
public
DOMKeyName
(
Element
knElem)
Creates a
DOMKeyName
from a KeyName element.
Creates a
DOMKeyName
from a KeyName element.
Parameters:
-
knElem
- a KeyName element
public
DOMKeyName
(
String
name)
Creates a
DOMKeyName
.
Creates a
DOMKeyName
.
Parameters:
-
name
- the name of the key identifier
Throws:
-
NullPointerException
- if
name
is null
Methods
Hide/Show inherited methods
public
boolean
equals
(
Object
obj)
public
String
getName
()
[Specified in
KeyName
]
public
final
boolean
isFeatureSupported
(
String
feature)
[Inherited From
DOMStructure
]
public
void
marshal
(
Node
parent,
String
dsPrefix,
DOMCryptoContext
context) throws
MarshalException
[Specified in
DOMStructure
]
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar