com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
Class KeyName

java.lang.Object
  extended by com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyName
All Implemented Interfaces:
javax.xml.crypto.dsig.keyinfo.KeyName, javax.xml.crypto.XMLStructure

public class KeyName
extends Object
implements javax.xml.crypto.dsig.keyinfo.KeyName

Author:
Abhijit Das

Constructor Summary
KeyName()
          Creates a new instance of KeyName
 
Method Summary
 String getName()
           
 boolean isFeatureSupported(String string)
           
 void setKeyName(String keyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyName

public KeyName()
Creates a new instance of KeyName

Method Detail

getName

public String getName()
Specified by:
getName in interface javax.xml.crypto.dsig.keyinfo.KeyName

setKeyName

public void setKeyName(String keyName)

isFeatureSupported

public boolean isFeatureSupported(String string)
Specified by:
isFeatureSupported in interface javax.xml.crypto.XMLStructure


Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.