20 #ifndef __com_sun_star_security_XCertificate_idl_
21 #define __com_sun_star_security_XCertificate_idl_
27 module com { module sun { module star { module security {
79 [attribute, readonly] sequence< XCertificateExtension >
Extensions ;
84 [attribute, readonly] sequence< byte >
Encoded ;
122 long getCertificateUsage();
com::sun::star::util::DateTime NotValidAfter
the validity NotAfter date attribute of the certificate.
Definition: XCertificate.idl:64
represents a combined date+time value.
Definition: DateTime.idl:28
sequence< byte > SubjectUniqueID
the subject unique ID attribute of the certificate.
Definition: XCertificate.idl:74
string SubjectPublicKeyAlgorithm
the algorithm of the subject public key
Definition: XCertificate.idl:89
sequence< byte > SerialNumber
the serial number attribute of the certificate.
Definition: XCertificate.idl:44
sequence< byte > SubjectPublicKeyValue
the value of the subject public key
Definition: XCertificate.idl:94
short Version
the version number attribute of the certificate.
Definition: XCertificate.idl:39
com::sun::star::util::DateTime NotValidBefore
the validity NotBefore date attribute of the certificate.
Definition: XCertificate.idl:59
string SubjectName
the subject name attribute of the certificate.
Definition: XCertificate.idl:54
string IssuerName
the issuer name attribute of the certificate.
Definition: XCertificate.idl:49
string SignatureAlgorithm
the signature algorithm
Definition: XCertificate.idl:99
Interface of a PKI Certificate.
Definition: XCertificateExtension.idl:32
sequence< byte > Encoded
the DER encoded form of the certificate
Definition: XCertificate.idl:84
sequence< XCertificateExtension > Extensions
all extensions of a certificate.
Definition: XCertificate.idl:79
sequence< byte > SHA1Thumbprint
the SHA-1 thumbprint
Definition: XCertificate.idl:104
sequence< byte > MD5Thumbprint
the MD5 thumbprint
Definition: XCertificate.idl:109
base interface of all UNO interfaces
Definition: XInterface.idl:47
sequence< byte > IssuerUniqueID
the issuer unique ID attribute of the certificate.
Definition: XCertificate.idl:69
Interface of a PKI Certificate.
Definition: XCertificate.idl:34