SimpleCertificate#
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: list[int]) SimpleCertificate#
 Create a new
GcrSimpleCertificatefor the raw DER data. Thedatamemory is copied so you can dispose of it after this function returns.- Parameters:
 data – the raw DER certificate data