MCPcopy Create free account
hub / github.com/secdev/scapy / PKCS10_CertificationRequest

Class PKCS10_CertificationRequest

scapy/layers/x509.py:1658–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1656
1657
1658class PKCS10_CertificationRequest(ASN1_Packet):
1659 ASN1_codec = ASN1_Codecs.BER
1660 ASN1_root = ASN1F_SEQUENCE(
1661 ASN1F_PACKET("certificationRequestInfo", PKCS10_CertificationRequestInfo(),
1662 PKCS10_CertificationRequestInfo),
1663 ASN1F_PACKET("signatureAlgorithm", X509_AlgorithmIdentifier(),
1664 X509_AlgorithmIdentifier),
1665 ASN1F_BIT_STRING("signature", ASN1F_BIT_STRING("", "")),
1666 )
1667
1668
1669# based on CMC #

Callers 2

__call__Method · 0.90

Calls 5

ASN1F_SEQUENCEClass · 0.90
ASN1F_PACKETClass · 0.90
ASN1F_BIT_STRINGClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…