SimpleCertificate

class SimpleCertificate(**properties: Any)

Superclasses: Object

Implemented Interfaces: Certificate

An implementation of Certificate which loads a certificate from DER data already located in memory.

To create an object, use the new or new_static functions.

Constructors

class SimpleCertificate
classmethod new(data: Sequence[int]) SimpleCertificate

Create a new GcrSimpleCertificate for the raw DER data. The data memory is copied so you can dispose of it after this function returns.

Parameters:

data – the raw DER certificate data

Fields

class SimpleCertificate
parent
pv