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
- Author:
- Abhijit Das
-
Field Summary
Fields inherited from class com.sun.xml.security.core.dsig.KeyValueType
content -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFeatureSupported(String string) voidsetContent(List<Object> content) Methods inherited from class com.sun.xml.security.core.dsig.KeyValueType
getContent
-
Constructor Details
-
KeyValue
public KeyValue()Creates a new instance of KeyValue
-
-
Method Details
-
getPublicKey
- Specified by:
getPublicKeyin interfaceKeyValue- Throws:
KeyException
-
isFeatureSupported
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
setContent
-