Class KeyValue
- java.lang.Object
-
- com.sun.xml.security.core.dsig.KeyValueType
-
- com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyValue
-
- All Implemented Interfaces:
KeyValue,XMLStructure
public class KeyValue extends KeyValueType implements KeyValue
- Author:
- Abhijit Das
-
-
Field Summary
-
Fields inherited from class com.sun.xml.security.core.dsig.KeyValueType
content
-
-
Constructor Summary
Constructors Constructor Description KeyValue()Creates a new instance of KeyValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicKeygetPublicKey()booleanisFeatureSupported(String string)voidsetContent(List<Object> content)-
Methods inherited from class com.sun.xml.security.core.dsig.KeyValueType
getContent
-
-
-
-
Method Detail
-
getPublicKey
public PublicKey getPublicKey() throws KeyException
- Specified by:
getPublicKeyin interfaceKeyValue- Throws:
KeyException
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
-