Package Peach :: Package Transformers :: Module asn1
[hide private]

Module asn1

source code

ASN.1 transformers. These transformers perform correct ASN.1 encoding. The data Generators module contains a couple of additional ASN.1 classes that perform incorrect encodings.


Author: Michael Eddington

Version: $Id: Peach.Transformers.asn1-module.html 1138 2008-08-16 19:39:03Z meddingt $

Classes [hide private]
  DerEncodeOctetString
DER encode an octect string ASN.1 style
  DerEncodeBitString
DER encode a bit string ASN.1 style
  DerEncodeInteger
DER encode an integer ASN.1 style
  DerEncodeBoolean
DER encode a boolean ASN.1 style.
  DerEncodeObjectIdentifier
DER encode an object identifierASN.1 style.
  BerEncodeOctetString
BER encode a string ASN.1 style
  BerEncodeBitString
BER encode a bit string ASN.1 style
  BerEncodeInteger
BER encode an integer ASN.1 style
  BerEncodeBoolean
BER encode a boolean ASN.1 style.
  BerEncodeObjectIdentifier
BER encode an object identifierASN.1 style.
  CerEncodeOctetString
CER encode a string ASN.1 style
  CerEncodeBitString
CER encode a bit string ASN.1 style
  CerEncodeInteger
CER encode an integer ASN.1 style
  CerEncodeBoolean
CER encode a boolean ASN.1 style.
  CerEncodeObjectIdentifier
CER encode an object identifierASN.1 style.