API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.keyinfo. X509IssuerSerial View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      X509IssuerSerial
Subinterfaces
Description
public interface X509IssuerSerial
  A representation of the XML X509IssuerSerial element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public String getIssuerName ()
  Returns the X.500 distinguished name of this X509IssuerSerial in RFC 2253 String format.
public BigInteger getSerialNumber ()
  Returns the serial number of this X509IssuerSerial.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar