Uses of Class
jp.bitmeister.asn1.type.builtin.NULL

Packages that use NULL
jp.bitmeister.asn1.codec.ber Contains the codec classes used for BER(Basic Encoding Rules) encoding and decoding. 
jp.bitmeister.asn1.codec.xer Contains the codec classes used for XER(XML Encoding Rules) encoding and decoding. 
jp.bitmeister.asn1.processor Contains the classes and interfaces used for processors which apply some process to ASN.1 data. 
jp.bitmeister.asn1.type.useful Contains the classes which represents useful ASN.1 types. 
 

Uses of NULL in jp.bitmeister.asn1.codec.ber
 

Methods in jp.bitmeister.asn1.codec.ber with parameters of type NULL
 jp.bitmeister.asn1.codec.ber.EncodedOctets BerEncoder.visit(NULL data)
           
 java.lang.Void BerDecoder.visit(NULL data)
           
 

Uses of NULL in jp.bitmeister.asn1.codec.xer
 

Methods in jp.bitmeister.asn1.codec.xer with parameters of type NULL
 java.lang.String XerEncoder.visit(NULL data)
           
 jp.bitmeister.asn1.codec.xer.XerDecoder.DataDecoder XerDecoder.visit(NULL data)
           
 

Uses of NULL in jp.bitmeister.asn1.processor
 

Methods in jp.bitmeister.asn1.processor with parameters of type NULL
 R ASN1VisitorAdaptor.visit(NULL data)
           
 R ASN1Visitor.visit(NULL data)
          Visits the NULL data.
 java.lang.Void ASN1StringBuilder.visit(NULL data)
           
 

Uses of NULL in jp.bitmeister.asn1.type.useful
 

Fields in jp.bitmeister.asn1.type.useful declared as NULL
 NULL EMBEDDED_PDV.Identification.fixed
          'fixed' field.