Uses of Class
org.apache.asn1new.Asn1Object

Packages that use Asn1Object
org.apache.asn1new   
org.apache.asn1new.ber.grammar   
 

Uses of Asn1Object in org.apache.asn1new
 

Fields in org.apache.asn1new declared as Asn1Object
protected  Asn1Object Asn1Object.parent
          The encapsulating Object
 

Methods in org.apache.asn1new that return Asn1Object
 Asn1Object Asn1Object.getParent()
          Get the parent
 

Methods in org.apache.asn1new with parameters of type Asn1Object
 void Asn1Object.setParent(Asn1Object parent)
          Set the parent
 

Uses of Asn1Object in org.apache.asn1new.ber.grammar
 

Methods in org.apache.asn1new.ber.grammar with parameters of type Asn1Object
protected  void AbstractGrammar.checkLength(Asn1Object object, TLV tlv)
          Checks the Length.
 



Copyright © 2005-2009 . All Rights Reserved.