API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMX509Data View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMX509Data
Implements
 X509Data
Subclasses
Description
publicfinal class DOMX509Data
DOM-based implementation of X509Data.
See also:   
Constructors
public DOMX509Data (Element xdElem) throws MarshalException
  Creates a DOMX509Data from an element.
public DOMX509Data (List content)
  Creates a DOMX509Data.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
public List getContent () [Specified in X509Data]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
Fields
Hide/Show inherited fields
publicfinalstatic String RAW_X509_CERTIFICATE_TYPE = "http://www.w3.org/2000/09/xmldsig#rawX509Certificate" [Inherited From X509Data]
  URI identifying the binary (ASN.1 DER) X.509 Certificate KeyInfo type: http://www.w3.org/2000/09/xmldsig#rawX509Certificate.
publicfinalstatic String TYPE = "http://www.w3.org/2000/09/xmldsig#X509Data" [Inherited From X509Data]
  URI identifying the X509Data KeyInfo type: http://www.w3.org/2000/09/xmldsig#X509Data.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar