Appends the certificate to an output stream.
Get the certificate attribute.
Return an enumeration of names of attributes existing within this attribute.
Returns the encoded certificate info.
Return the name of this attribute.
Delete the certificate attribute.
Set the certificate attribute.
Returns a printable representation of the certificate.
Identifier for this attribute, to be used with the get, set, delete methods of Certificate, x509 type.
The X509CertInfo class represents X.509 certificate information.
<P>X.509 certificates have several base data elements, including:<UL>
<LI>The <em>Subject Name</em>, an X.500 Distinguished Name for the entity (subject) for which the certificate was issued.
<LI>The <em>Subject Public Key</em>, the key of the subject. This is one of the most important parts of the certificate.
<LI>The <em>Validity Period</em>, a time period (e.g. six months) within which the certificate is valid (unless revoked).
<LI>The <em>Issuer Name</em>, an X.500 Distinguished Name for the Certificate Authority (CA) which issued the certificate.
<LI>A <em>Serial Number</em> assigned by the CA, for use in certificate revocation and other applications.
@author Amit Kapoor @author Hemma Prafullchandra @see CertAttrSet @see X509CertImpl