You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of internal attributes on subclasses of cert.base.BaseResouceCertificate
are set during __init__(...), and cannot be recovered from the DER encoding of
the underlying X.509 certificate.
An alternate constructor, e.g. .from_der(cls, data: bytes) should allow the
construction of a new instance, with only RSA private key missing from the internal
data.
The text was updated successfully, but these errors were encountered:
A number of internal attributes on subclasses of
cert.base.BaseResouceCertificate
are set during
__init__(...)
, and cannot be recovered from the DER encoding ofthe underlying X.509 certificate.
An alternate constructor, e.g.
.from_der(cls, data: bytes)
should allow theconstruction of a new instance, with only RSA private key missing from the internal
data.
The text was updated successfully, but these errors were encountered: