com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
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:
- javax.xml.crypto.dsig.keyinfo.KeyValue, javax.xml.crypto.XMLStructure
public class KeyValue
- extends KeyValueType
- implements javax.xml.crypto.dsig.keyinfo.KeyValue
- Author:
- Abhijit Das
| Fields inherited from interface javax.xml.crypto.dsig.keyinfo.KeyValue |
DSA_TYPE, RSA_TYPE |
|
Constructor Summary |
KeyValue()
Creates a new instance of KeyValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValue
public KeyValue()
- Creates a new instance of KeyValue
getPublicKey
public PublicKey getPublicKey()
throws KeyException
- Specified by:
getPublicKey in interface javax.xml.crypto.dsig.keyinfo.KeyValue
- Throws:
KeyException
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupported in interface javax.xml.crypto.XMLStructure
setContent
public void setContent(List<Object> content)
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.