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

Class AlgorithmIdentifier

scapy/layers/x509.py:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255
256class AlgorithmIdentifier(ASN1_Packet):
257 ASN1_codec = ASN1_Codecs.BER
258 ASN1_root = ASN1F_SEQUENCE(
259 ASN1F_OID("algorithm", None),
260 )
261
262
263class EdDSAPrivateKey(ASN1_Packet):

Callers 1

EdDSAPrivateKeyClass · 0.85

Calls 2

ASN1F_SEQUENCEClass · 0.90
ASN1F_OIDClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…