Attributes' Details |
Version
[ readonly ] short Version;
- Description
- * the version number attribute of the certificate.
|
|
SerialNumber
[ readonly ] sequence< byte > SerialNumber;
- Description
- * the serial number attribute of the certificate.
|
|
IssuerName
[ readonly ] string IssuerName;
- Description
- * the issuer name attribute of the certificate.
|
|
SubjectName
[ readonly ] string SubjectName;
- Description
- * the subject name attribute of the certificate.
|
|
NotValidBefore
[ readonly ] ::com::sun::star::util::DateTime NotValidBefore;
- Description
- * the validity NotBefore date attribute of the certificate.
|
|
NotValidAfter
[ readonly ] ::com::sun::star::util::DateTime NotValidAfter;
- Description
- * the validity NotAfter date attribute of the certificate.
|
|
IssuerUniqueID
[ readonly ] sequence< byte > IssuerUniqueID;
- Description
- * the issuer unique ID attribute of the certificate.
|
|
SubjectUniqueID
[ readonly ] sequence< byte > SubjectUniqueID;
- Description
- * the subject unique ID attribute of the certificate.
|
|
Extensions
[ readonly ] sequence< XCertificateExtension > Extensions;
- Description
- * all extensions of a certificate.
|
|
Encoded
[ readonly ] sequence< byte > Encoded;
- Description
- * the DER encoded form of the certificate
|
|
SubjectPublicKeyAlgorithm
[ readonly ] string SubjectPublicKeyAlgorithm;
- Description
- * the algorithm of the subject public key
|
|
SubjectPublicKeyValue
[ readonly ] sequence< byte > SubjectPublicKeyValue;
- Description
- * the value of the subject public key
|
|
SignatureAlgorithm
[ readonly ] string SignatureAlgorithm;
- Description
- * the signature algorithm
|
|
SHA1Thumbprint
[ readonly ] sequence< byte > SHA1Thumbprint;
- Description
- * the SHA1 thumbprint
|
|
MD5Thumbprint
[ readonly ] sequence< byte > MD5Thumbprint;
- Description
- * the MD5 thumbprint
|
|
Copyright © 2010 Sun Microsystems, Inc.