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