aQute.libg.asn1
Class BER

java.lang.Object
  extended by aQute.libg.asn1.BER
All Implemented Interfaces:
Types

public class BER
extends Object
implements Types


Field Summary
 
Fields inherited from interface aQute.libg.asn1.Types
APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CHARACTER_STRING, CLASSES, CLASSMASK, CONSTRUCTED, CONTEXT, EMBEDDED_PDV, ENUMERATED, EOC, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_DESCRIPTOR, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, PRIVATE, REAL, RELATIVE_OID, SEQUENCE, SET, T61_STRING, TAGMASK, TAGS, UNIVERSAL, UNIVERSAL_STRING, UTCTIME, UTF8_STRING, VIDEOTEX_STRING, VISIBLE_STRING
 
Constructor Summary
BER(InputStream in)
           
 
Method Summary
 void dump(PrintStream out)
           
 void write(OutputStream out, PDU pdu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BER

public BER(InputStream in)
Method Detail

dump

public void dump(PrintStream out)
          throws Exception
Throws:
Exception

write

public void write(OutputStream out,
                  PDU pdu)
           throws Exception
Throws:
Exception


Copyright © 2014 aQute SARL. All rights reserved.