Package Crypto :: Package Util :: Module asn1 :: Class DerNull
[hide private]
[frames] | no frames]

Class DerNull

DerObject --+
            |
           DerNull

Instance Methods [hide private]
 
__init__(self)
Initialize the DER object according to a specific type.

Inherited from DerObject: decode, encode, isType

Inherited from DerObject (private): _decodeLen, _lengthOctets

Class Variables [hide private]

Inherited from DerObject: typeTags

Method Details [hide private]

__init__(self)
(Constructor)

 

Initialize the DER object according to a specific type.

The ASN.1 type is either specified as the ASN.1 string (e.g. 'SEQUENCE'), directly with its numerical tag or with no tag at all (None).

Overrides: DerObject.__init__
(inherited documentation)