Home | History | Annotate | Download | only in asn1

Lines Matching refs:expected

83      *            expected length of full encoding, this includes identifier,
96 // compare expected and decoded length
270 throw expected("bitstring");
282 throw expected("enumerated");
318 throw expected("boolean");
399 throw expected("GeneralizedTime");
460 throw expected("UTCTime");
489 throw expected("integer");
524 throw expected("octetstring");
528 private ASN1Exception expected(String what) throws ASN1Exception {
529 throw new ASN1Exception("ASN.1 " + what + " identifier expected at [" + tagOffset + "], got " + Integer.toHexString(tag));
543 throw expected("OID");
587 throw expected("sequence");
671 throw expected("sequenceOf");
686 throw expected("set");
701 throw expected("setOf");
753 throw expected("string");