Lines Matching refs:attribute
41 * the version number attribute of the certificate.
43 [attribute, readonly] short Version ;
46 * the serial number attribute of the certificate.
48 [attribute, readonly] sequence< byte > SerialNumber ;
51 * the issuer name attribute of the certificate.
53 [attribute, readonly] string IssuerName ;
56 * the subject name attribute of the certificate.
58 [attribute, readonly] string SubjectName ;
61 * the validity NotBefore date attribute of the certificate.
63 [attribute, readonly] com::sun::star::util::DateTime NotValidBefore ;
66 * the validity NotAfter date attribute of the certificate.
68 [attribute, readonly] com::sun::star::util::DateTime NotValidAfter ;
71 * the issuer unique ID attribute of the certificate.
73 [attribute, readonly] sequence< byte > IssuerUniqueID ;
76 * the subject unique ID attribute of the certificate.
78 [attribute, readonly] sequence< byte > SubjectUniqueID ;
83 [attribute, readonly] sequence< XCertificateExtension > Extensions ;
88 [attribute, readonly] sequence< byte > Encoded ;
93 [attribute, readonly] string SubjectPublicKeyAlgorithm;
98 [attribute, readonly] sequence< byte > SubjectPublicKeyValue;
103 [attribute, readonly] string SignatureAlgorithm;
108 [attribute, readonly] sequence< byte > SHA1Thumbprint;
113 [attribute, readonly] sequence< byte > MD5Thumbprint;