LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
XCertificateExtension Interface Reference

Interface of a PKI Certificate. More...

Inheritance diagram for XCertificateExtension:
XInterface XSanExtension

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.
 
- Public Member Functions inherited from XInterface
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.
 

Detailed Description

Interface of a PKI Certificate.

This interface represents a x509 certificate.

Member Typedef Documentation

◆ ExtensionId

sequence< byte > ExtensionId
attributereadonly

Get the extension object identifier in string.

◆ ExtensionValue

sequence< byte > ExtensionValue
attributereadonly

Get the extension value.

Member Function Documentation

◆ isCritical()

boolean isCritical ( )

Check whether it is a critical extension.


The documentation for this interface was generated from the following file: