ASN.1 Type Aliases¶
Some types alias.
- class siotls.asn1types.DerCertificate¶
A single DER-encoded asn1crypto.x509.Certificate.
alias of
bytes
- class siotls.asn1types.DerPrivateKey¶
A DER-encoded asn1crypto.keys.PrivateKeyInfo.
alias of
bytes
- class siotls.asn1types.DerPublicKey¶
A DER-encoded asn1crypto.keys.PublicKeyInfo.
alias of
bytes
- class siotls.asn1types.PemCertificate¶
A single PEM-encoded asn1crypto.x509.Certificate.
alias of
bytes
- class siotls.asn1types.PemCertificateChain¶
Multiple concatenated PEM-encoded asn1crypto.x509.Certificate.
alias of
bytes
- class siotls.asn1types.PemPrivateKey¶
A PEM-encoded asn1crypto.keys.PrivateKeyInfo.
alias of
bytes
- class siotls.asn1types.PemPublicKey¶
A PEM-encoded asn1crypto.keys.PublicKeyInfo.
alias of
bytes