Class KeyName
- java.lang.Object
-
- 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
Constructors Constructor Description KeyName()Creates a new instance of KeyName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()booleanisFeatureSupported(String string)voidsetKeyName(String keyName)
-
-
-
Method Detail
-
setKeyName
public void setKeyName(String keyName)
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
-