XML Security, 1.6

com.ibm.xml.crypto.dsig.dom
Class KeyNameImpl

java.lang.Object
  extended by com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
      extended by com.ibm.xml.crypto.dsig.dom.KeyNameImpl
All Implemented Interfaces:
KeyName, XMLStructure

 class KeyNameImpl
extends XMLStructureImpl
implements KeyName


Field Summary
 
Fields inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
afactory
 
Constructor Summary
KeyNameImpl(AlgorithmFactory f, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          Returns the name of this KeyName.
 
Methods inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
isFeatureSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 

Constructor Detail

KeyNameImpl

KeyNameImpl(AlgorithmFactory f,
            java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: KeyName
Returns the name of this KeyName.

Specified by:
getName in interface KeyName
Returns:
the name of this KeyName (never null)

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.