LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | Public Member Functions | List of all members
XCertificateExtension Interface Reference

Interface of a PKI Certificate. More...

import"XCertificateExtension.idl";

Inheritance diagram for XCertificateExtension:
XInterface XSanExtension

Public Types

typedef sequence< byte > ExtensionId
 Get the extension object identifier in string. More...
 
typedef sequence< byte > ExtensionValue
 Get the extension value. More...
 

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...
 

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: