Uses of Class
pasn.error.ASN1ConstraintException

Packages that use ASN1ConstraintException
pasn ASN.1 types and common interfaces 
pasn.encoding Generic elements used to encode and decode tagged and untagged ASN.1 objects 
pasn.encoding.cer Canonical Encoding Rules (CER) implementation. 
 

Uses of ASN1ConstraintException in pasn
 

Methods in pasn that throw ASN1ConstraintException
static ASN1Time ASN1Time.getAppropriateTime()
           Returns either an UTC time or a Generalized time depending on date constraints.
static ASN1Time ASN1Time.getAppropriateTime(java.util.Date value)
           Returns either an UTC time or a Generalized time depending on date constraints.
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
 java.util.Collection<ASN1PrimitiveObject> ASN1PrimitiveOrConstructedObject.getConstructedValues(int maxSize)
           
 java.util.Collection<ASN1PrimitiveObject> ASN1OctetString.getConstructedValues(int maxSize)
           
 java.util.Collection<ASN1PrimitiveObject> ASN1BitString.getConstructedValues(int maxSize)
           
 void ASN1PrimitiveOrConstructedObject.setConstructedValues(java.util.Collection<ASN1PrimitiveOrConstructedObject> values)
           
 void ASN1OctetString.setConstructedValues(java.util.Collection<ASN1PrimitiveOrConstructedObject> values)
           
 void ASN1BitString.setConstructedValues(java.util.Collection<ASN1PrimitiveOrConstructedObject> values)
           
 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 ASN1Enumerated.setDefaultValue(ASN1Enumerated value)
           
 void ASN1Integer.setDefaultValue(long value)
           
 void ASN1Enumerated.setDefaultValue(long value)
           
 void ASN1Identifier.setDefaultValue(java.lang.String value)
           
 void ASN1UnformedOrderedObject.setDefaultValue(T value)
           
 void ASN1SimpleObject.setDefaultValue(T value)
           
 void ASN1Enumerated.setValue(ASN1Enumerated value)
           
 void ASN1Identifier.setValue(int[] value)
           
 void ASN1Integer.setValue(long value)
           
 void ASN1Enumerated.setValue(long 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 ASN1Identifier.setValue(java.lang.String value)
           Initializes this ASN.1 IDENTIFIER with the given string representation of a sequence of integers separated with dots
 void ASN1GeneralizedTime.setValue(java.lang.String value)
           
 void ASN1UnformedOrderedObject.setValue(T value)
           
 void ASN1SimpleObject.setValue(T value)
           
 void ASN1PrimitiveObject.setValue(T value)
           Initialializes this ASN.1 object with an appropriate value
 void ASN1BitString.validateConstraints(ASN1BitStringValue value)
           
 void ASN1RelativeIdentifier.validateConstraints(ASN1IdentifierValue value)
           
 void ASN1ObjectIdentifier.validateConstraints(ASN1IdentifierValue value)
           
 void ASN1OctetString.validateConstraints(ASN1OctetStringValue value)
           
 void ASN1Time.validateConstraints(ASN1TimeValue value)
           
 void ASN1Integer.validateConstraints(java.math.BigInteger value)
           
 void ASN1Enumerated.validateConstraints(java.math.BigInteger value)
           
 void ASN1Boolean.validateConstraints(java.lang.Boolean value)
           
 void ASN1ConstructedStructuredCollection.validateConstraints(int size)
           
 void ASN1Collection.validateConstraints(int size)
           
 void ASN1OpenType.validateConstraints(java.lang.Object value)
           
 void ASN1Null.validateConstraints(java.lang.Object value)
           
 void ASN1String.validateConstraints(java.lang.String value)
           
 void ASN1PrimitiveObject.validateConstraints(T value)
           
 

Constructors in pasn that throw ASN1ConstraintException
ASN1Enumerated(java.math.BigInteger value)
           
ASN1Enumerated(long value)
           
 

Uses of ASN1ConstraintException in pasn.encoding
 

Methods in pasn.encoding that throw ASN1ConstraintException
 void ASN1ValueChecker.check(ASN1PrimitiveOrConstructedObject asn, boolean last)
           
 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 ASN1ConstraintException in pasn.encoding.cer
 

Methods in pasn.encoding.cer that throw ASN1ConstraintException
 void CERValueChecker.check(ASN1PrimitiveOrConstructedObject asn, boolean last)