com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
Class KeyInfo

java.lang.Object
  extended by com.sun.xml.security.core.dsig.KeyInfoType
      extended by com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyInfo
All Implemented Interfaces:
KeyInfo, XMLStructure

public class KeyInfo
extends KeyInfoType
implements KeyInfo

Author:
Abhijit Das

Field Summary
 
Fields inherited from class com.sun.xml.security.core.dsig.KeyInfoType
content, id
 
Constructor Summary
KeyInfo()
          Creates a new instance of KeyInfo
 
Method Summary
 boolean isFeatureSupported(String string)
           
 void marshal(XMLStructure xMLStructure, XMLCryptoContext xMLCryptoContext)
           
 void setContent(List<Object> content)
           
 
Methods inherited from class com.sun.xml.security.core.dsig.KeyInfoType
getContent, getId, setId
 
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
 

Constructor Detail

KeyInfo

public KeyInfo()
Creates a new instance of KeyInfo

Method Detail

marshal

public void marshal(XMLStructure xMLStructure,
                    XMLCryptoContext xMLCryptoContext)
             throws MarshalException
Specified by:
marshal in interface KeyInfo
Throws:
MarshalException

isFeatureSupported

public boolean isFeatureSupported(String string)
Specified by:
isFeatureSupported in interface XMLStructure

setContent

public void setContent(List<Object> content)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.