com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
Class KeyInfo
java.lang.Object
com.sun.xml.security.core.dsig.KeyInfoType
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyInfo
- All Implemented Interfaces:
- javax.xml.crypto.dsig.keyinfo.KeyInfo, javax.xml.crypto.XMLStructure
public class KeyInfo
- extends KeyInfoType
- implements javax.xml.crypto.dsig.keyinfo.KeyInfo
- Author:
- Abhijit Das
|
Constructor Summary |
KeyInfo()
Creates a new instance of KeyInfo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.crypto.dsig.keyinfo.KeyInfo |
getContent, getId |
KeyInfo
public KeyInfo()
- Creates a new instance of KeyInfo
marshal
public void marshal(javax.xml.crypto.XMLStructure xMLStructure,
javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
throws javax.xml.crypto.MarshalException
- Specified by:
marshal in interface javax.xml.crypto.dsig.keyinfo.KeyInfo
- Throws:
javax.xml.crypto.MarshalException
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.