Uses of Class
pasn.encoding.ASN1TaggedObject

Packages that use ASN1TaggedObject
pasn ASN.1 types and common interfaces 
pasn.encoding Generic elements used to encode and decode tagged and untagged ASN.1 objects 
pasn.encoding.xer Basic and canonical XML Encoding Rules (XER) implementation 
pasn.misc.encoding BER, CER and DER streams common properties and TLV encoding rules 
 

Uses of ASN1TaggedObject in pasn
 

Methods in pasn with parameters of type ASN1TaggedObject
 boolean ASN1OpenType.decodeInto(ASN1TaggedObject tasn)
           
 void ASN1OpenType.setInnerComponent(ASN1TaggedObject tasn)
           
 

Uses of ASN1TaggedObject in pasn.encoding
 

Methods in pasn.encoding that return ASN1TaggedObject
 ASN1TaggedObject ASN1GenericOrTaggedObject.getTaggedObject()
           
 

Methods in pasn.encoding with parameters of type ASN1TaggedObject
 boolean ASN1DecodedObject.decodeInto(ASN1TaggedObject tasn)
           
 boolean ASN1UnnamedDecodedPrimitiveObject.decodeInto(ASN1TaggedObject tasn, boolean optional)
           
 boolean ASN1UnnamedDecodedConstructedObject.decodeInto(ASN1TaggedObject tasn, boolean optional)
           
 boolean ASN1NamedDecodedObject.decodeInto(ASN1TaggedObject tasn, boolean optional)
           
 boolean ASN1EmptyDecodedObject.decodeInto(ASN1TaggedObject tasn, boolean optional)
           
abstract  boolean ASN1DecodedObject.decodeInto(ASN1TaggedObject tasn, boolean optional)
           
 void ASN1OutputStream.encode(ASN1TaggedObject asn)
           
abstract  void ASN1OutputStream.encode(ASN1TaggedObject tasn, boolean optional)
           
 boolean ASN1UnnamedDecodedObject.refersTo(ASN1TaggedObject tasn)
           
 boolean ASN1NamedDecodedObject.refersTo(ASN1TaggedObject tasn)
           
 boolean ASN1EmptyDecodedObject.refersTo(ASN1TaggedObject tasn)
           
abstract  boolean ASN1DecodedObject.refersTo(ASN1TaggedObject tasn)
           
 

Constructors in pasn.encoding with parameters of type ASN1TaggedObject
ASN1Component(java.lang.String name, ASN1TaggedObject tasn)
           
ASN1Component(java.lang.String name, ASN1TaggedObject tasn, boolean optional)
           
ASN1GenericOrTaggedObject(ASN1TaggedObject tasn)
           
ASN1MandatoryComponent(ASN1TaggedObject tasn)
           
ASN1MandatoryComponent(ASN1TaggedObject tasn, int version)
           
ASN1MandatoryComponent(java.lang.String name, ASN1TaggedObject tasn)
           
ASN1MandatoryComponent(java.lang.String name, ASN1TaggedObject tasn, int version)
           
ASN1TaggedObject(ASN1TaggedObject tasn, int tag, ASN1Class asnClass, boolean explicit)
           
ASN1TaggedObject(ASN1TaggedObject tasn, int tag, boolean explicit)
           
 

Uses of ASN1TaggedObject in pasn.encoding.xer
 

Methods in pasn.encoding.xer with parameters of type ASN1TaggedObject
 void XEROutputStream.encode(ASN1TaggedObject tasn, boolean optional)
           
 

Uses of ASN1TaggedObject in pasn.misc.encoding
 

Methods in pasn.misc.encoding with parameters of type ASN1TaggedObject
 void TLV_OutputStream.encode(ASN1TaggedObject asn, boolean optional)
           
 boolean TLV_OutputStream.isIndefiniteLength(ASN1TaggedObject asn)