Uses of Class
pasn.error.ASN1FormatException

Packages that use ASN1FormatException
pasn ASN.1 types and common interfaces 
pasn.encoding Generic elements used to encode and decode tagged and untagged ASN.1 objects 
pasn.encoding.ber Basic Encoding Rules (BER) implementation 
pasn.encoding.der Distinguished Encoding Rules (DER) implementation 
 

Uses of ASN1FormatException in pasn
 

Methods in pasn that throw ASN1FormatException
static ASN1Time ASN1Time.getAppropriateTime(java.lang.String value)
           Given a string representation of a time value, returns the appropriate ASN.1 time object depending on the number of digits used to express the given value
 void ASN1UnformedOrderedObject.setDecodedValue(java.lang.Object value)
           
 void ASN1Time.setDecodedValue(java.lang.Object value)
           
 void ASN1String.setDecodedValue(java.lang.Object value)
           
 void ASN1PrimitiveObject.setDecodedValue(java.lang.Object value)
           
 void ASN1Null.setDecodedValue(java.lang.Object value)
           
 void ASN1Integer.setDecodedValue(java.lang.Object value)
           
 void ASN1Identifier.setDecodedValue(java.lang.Object value)
           
 void ASN1Enumerated.setDecodedValue(java.lang.Object value)
           
 void ASN1Boolean.setDecodedValue(java.lang.Object value)
           
 void ASN1UTCTime.setValue(java.lang.String value)
           
abstract  void ASN1Time.setValue(java.lang.String value)
          Initializes this ASN.1 time object with a string representation of a date and time
 void ASN1GeneralizedTime.setValue(java.lang.String value)
           
 

Uses of ASN1FormatException in pasn.encoding
 

Methods in pasn.encoding that throw ASN1FormatException
 java.lang.Object ASN1ValueDecoder.decode(int simpleType, ASN1UnnamedDecodedPrimitiveObject obj)
           
abstract  java.lang.Object ASN1ValueDecoder.decode(int simpleType, byte[] value)
           
 boolean ASN1DecodedObject.decodeInto(ASN1Component comp)
           
 boolean ASN1DecodedObject.decodeInto(ASN1GenericObject asn)
           
 boolean ASN1UnnamedDecodedPrimitiveObject.decodeInto(ASN1GenericObject asn, boolean optional)
           
 boolean ASN1UnnamedDecodedConstructedObject.decodeInto(ASN1GenericObject asn, boolean optional)
           
 boolean ASN1NamedDecodedObject.decodeInto(ASN1GenericObject asn, boolean optional)
           
 boolean ASN1EmptyDecodedObject.decodeInto(ASN1GenericObject asn, boolean optional)
           
abstract  boolean ASN1DecodedObject.decodeInto(ASN1GenericObject asn, boolean optional)
           
 boolean ASN1DecodedObject.decodeInto(ASN1GenericOrTaggedObject comp)
           
 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)
           
 

Uses of ASN1FormatException in pasn.encoding.ber
 

Methods in pasn.encoding.ber that throw ASN1FormatException
 java.lang.Object BERValueDecoder.decode(int simpleType, byte[] value)
           
 

Uses of ASN1FormatException in pasn.encoding.der
 

Methods in pasn.encoding.der that throw ASN1FormatException
 java.lang.Object DERValueDecoder.decode(int simpleType, byte[] value)