|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpasn.encoding.cer.CERValueChecker
public final class CERValueChecker
Primarily designed for CONSTRUCTED BIT STRING and OCTET STRING CER decoding
Constructor Summary | |
---|---|
CERValueChecker()
|
Method Summary | |
---|---|
void |
check(ASN1PrimitiveOrConstructedObject asn,
boolean last)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CERValueChecker()
Method Detail |
---|
public void check(ASN1PrimitiveOrConstructedObject asn, boolean last) throws ASN1ConstraintException
check
in interface ASN1ValueChecker
asn
- last
- Indicates that asn is the last part of the
CONSTRUCTED form of the corresponding PRIMITIVER or CONSTRUCTED object
ASN1ConstraintException
- Raised either shen last is true
and asn decoded value length exceeds 1000 or when last is
false and asn decoded value length does not equal
1000. Also raised if asn is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |