Linux SoftwareProgrammingLibrariesConvert::BER 1.3101

Convert::BER 1.3101



Developer:   Graham Barr
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   24K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Convert::BER is a Perl module for ASN.1 Basic Encoding Rules.

SYNOPSIS

use Convert::BER;

$ber = new Convert::BER;

$ber->encode(
INTEGER => 1,
SEQUENCE => [
BOOLEAN => 0,
STRING => "Hello",
],
REAL => 3.7,
);

$ber->decode(
INTEGER => $i,
SEQUENCE => [
BOOLEAN => $b,
STRING => $s,
],
REAL => $r,
);

Convert::BER provides an OO interface to encoding and decoding data using the ASN.1 Basic Encoding Rules (BER), a platform independent way of encoding structured binary data together with the structure.

Requirements:
  • Perl
    tags convert ber  sequence boolean  ber ber  encoding rules  basic encoding  

    Download Convert::BER 1.3101


     http://ftp.casaafacerilor.ro/mirrors/CPAN/authors/id/G/GB/GBARR/Convert-BER-1.3101.tar.gz


    Authors software

    Net::FTP 1.19 (by Graham Barr)
    Net::FTP is a FTP Client class

    Time::Zone 1.16 (by Graham Barr)
    Time::Zone is a miscellaneous timezone manipulations routines.

    SYNOPSIS

    use Time::Zone;
    print tz2zone();

    Convert::ASN1 0.20 (by Graham Barr)

    Convert::BER 1.3101 (by Graham Barr)


    Similar software

    Convert::BER 1.3101 (by Graham Barr)

    Convert::Base32 0.02 (by Tatsuhiko Miyagawa)
    Convert::Base32 is a Perl module for encoding and decoding of base32 strings.

    SYNOPSIS

    use Convert::Base32;

    $encoded = e

    XML::UM 0.01 (by Enno Derksen)
    XML::UM is a Perl module to convert UTF-8 strings to any encoding supported by XML::Encoding.

    SYNOPSIS

    use XML::UM;

    # Set

    Encode::RAD50 0.002 (by Thomas R. Wyant)

    Convert::EastAsianWidth 0.03 (by Autrijus Tang)
    Convert::EastAsianWidth is a Perl module that can convert between full- and half-width characters.

    SYNOPSIS

    # Exports to_fu

    WWW::Webrobot::Html2XHtml 0.80 (by Stefan Trcek)
    WWW::Webrobot::Html2XHtml is a Perl module that can convert HTML to XML.

    SYNOPSIS

    use WWW::Webrobot::Html2XHtml;
    my $convert

    MIME::Base64 3.07 (by Gisle Aas)
    MIME::Base64 is an encoding and decoding of base64 strings.

    SYNOPSIS

    use MIME::Base64;

    $encoded = encode_base64('Aladdin:o

    Convert::PEM 0.07 (by Benjamin Trott)
    Convert::PEM is Perl module that read/write encrypted ASN.1 PEM files.

    SYNOPSIS

    use Convert::PEM;
    my $pem = Convert::P

    Convert::ASN1 0.20 (by Graham Barr)

    Convert::Number::Digits 0.03 (by Daniel Yacob)
    Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode.

    SYNOPSIS

    use utf8;
    require Conv


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags