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

Method randval

scapy/asn1fields.py:401–403  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

399 ASN1_tag = ASN1_Class_UNIVERSAL.UTC_TIME
400
401 def randval(self): # type: ignore
402 # type: () -> GeneralizedTime
403 return GeneralizedTime()
404
405
406class ASN1F_GENERALIZED_TIME(ASN1F_STRING):

Callers

nothing calls this directly

Calls 1

GeneralizedTimeClass · 0.90

Tested by

no test coverage detected