Peach :: Generators :: data :: BadDerEncodedOctetString :: Class BadDerEncodedOctetString
[hide private]

Class BadDerEncodedOctetString

source code


Performs DER encoding of an octect string with incorrect lengths.

Instance Methods [hide private]
 
__init__(self, group, generator) source code
 
_setupNextValue(self) source code
 
next(self) source code
 
reset(self) source code
 
getRawValue(self) source code
Method Details [hide private]

__init__(self, group, generator)
(Constructor)

source code 
Parameters:
  • group (Group) - Group
  • generator (Generator) - Generator that produces strings that will have bad der encodings done on 'em