The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Encoding::BER::CER - Perl module for encoding/decoding data using ASN.1 Canonical Encoding Rules (CER)

SYNOPSIS

  use Encoding::BER::CER;
  my $enc = Encoding::BER::CER->new();
  my $cer = $enc->encode( $data );
  my $xyz = $enc->decode( $cer );

BUGS

There are no known bugs in this module.

SEE ALSO

  Encoding::BER, Encoding::BER::DER

AUTHOR

Jeff Weisberg - http://www.tcp4me.com/