20 #ifndef __com_sun_star_security_XCertificate_idl_ 21 #define __com_sun_star_security_XCertificate_idl_ 28 module
com { module sun { module star { module security {
80 [attribute, readonly] sequence< XCertificateExtension >
Extensions ;
85 [attribute, readonly] sequence< byte >
Encoded ;
128 long getCertificateUsage();
com::sun::star::util::DateTime NotValidAfter
the validity NotAfter date attribute of the certificate.
Definition: XCertificate.idl:65
represents a combined date+time value.
Definition: DateTime.idl:28
Definition: Ambiguous.idl:22
sequence< byte > SubjectUniqueID
the subject unique ID attribute of the certificate.
Definition: XCertificate.idl:75
string SubjectPublicKeyAlgorithm
the algorithm of the subject public key
Definition: XCertificate.idl:90
sequence< byte > SerialNumber
the serial number attribute of the certificate.
Definition: XCertificate.idl:45
sequence< byte > SubjectPublicKeyValue
the value of the subject public key
Definition: XCertificate.idl:95
short Version
the version number attribute of the certificate.
Definition: XCertificate.idl:40
com::sun::star::util::DateTime NotValidBefore
the validity NotBefore date attribute of the certificate.
Definition: XCertificate.idl:60
string SubjectName
the subject name attribute of the certificate.
Definition: XCertificate.idl:55
CertificateKind
Enum definition of a certificate kind ( X509, OpenPGP )
Definition: CertificateKind.idl:18
string IssuerName
the issuer name attribute of the certificate.
Definition: XCertificate.idl:50
string SignatureAlgorithm
the signature algorithm
Definition: XCertificate.idl:100
Interface of a PKI Certificate.
Definition: XCertificateExtension.idl:32
sequence< byte > Encoded
the DER encoded form of the certificate
Definition: XCertificate.idl:85
sequence< XCertificateExtension > Extensions
all extensions of a certificate.
Definition: XCertificate.idl:80
com::sun::star::security::CertificateKind CertificateKind
the kind of certificate, X.509 or OpenPGP
Definition: XCertificate.idl:115
sequence< byte > SHA1Thumbprint
the SHA-1 thumbprint
Definition: XCertificate.idl:105
sequence< byte > MD5Thumbprint
the MD5 thumbprint
Definition: XCertificate.idl:110
base interface of all UNO interfaces
Definition: XInterface.idl:47
sequence< byte > IssuerUniqueID
the issuer unique ID attribute of the certificate.
Definition: XCertificate.idl:70
Interface of a PKI Certificate.
Definition: XCertificate.idl:35