Language
The Free and Open Productivity Suite
:: com :: sun :: star :: security ::
|
interface XCertificate |
|
- Description
- * Interface of a PKI Certificate
*
*
This interface represents a x509 certificate.
|
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
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.