LibreOffice
LibreOffice 24.8 SDK API Reference
|
Interface of a PKI Certificate. More...
import <XCertificateExtension.idl;
Public Types | |
typedef sequence< byte > | ExtensionId |
Get the extension object identifier in string. | |
typedef sequence< byte > | ExtensionValue |
Get the extension value. | |
Public Member Functions | |
boolean | isCritical () |
Check whether it is a critical extension. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
Interface of a PKI Certificate.
This interface represents a x509 certificate.
|
attributereadonly |
Get the extension object identifier in string.
|
attributereadonly |
Get the extension value.
boolean isCritical | ( | ) |
Check whether it is a critical extension.