CHANGELOG
GPL
INSTALL
LICENSE
README
Please, be aware that this class is INCOMPLETE, as it is intended for BER/DER encoding primarily.
[line 52]
[line 53]
ASN1 __construct( [ $tag = 0x00], [ $value = ''])
void bin2int( $bin)
void decode( &$buffer)
void encode( )
void getInteger( )
void getTag( )
void getValue( )
void getValues( )
void int2bin( $int)
void readByte( &$buffer)
void readBytes( &$buffer, $length)
void setInteger( $int)
void setValue( $value)
void setValues( $values)
void writeByte( &$buffer, $byte)
void writeBytes( &$buffer, $bytes)