Searched refs:TrustedCertificate (Results 1 – 3 of 3) sorted by relevance
297 - Added `x509.TrustedCertificate` for handling OpenSSL auxiliary certificate299 - Added `core.Concat` class for situations such as `x509.TrustedCertificate`
3516 trusted_cert = x509.TrustedCertificate.load(cert_bytes)
3030 class TrustedCertificate(Concat): class