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:
KeyName, XMLStructure

public class KeyName
extends Object
implements 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 KeyName

setKeyName

public void setKeyName(String keyName)

isFeatureSupported

public boolean isFeatureSupported(String string)
Specified by:
isFeatureSupported in interface XMLStructure


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