API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.keyinfo. X509Data View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      X509Data
Subinterfaces
Description
public interface X509Data
  A representation of the XML X509Data element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public List getContent ()
  Returns an unmodifiable list of the content in this X509Data.
Fields
Hide/Show inherited fields
publicfinalstatic String RAW_X509_CERTIFICATE_TYPE = "http://www.w3.org/2000/09/xmldsig#rawX509Certificate"
  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"
  URI identifying the X509Data KeyInfo type: http://www.w3.org/2000/09/xmldsig#X509Data.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar