Searched refs:BITSTRING_BAD_LENGTH (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DAPOptions.java71 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
78 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
H A DKDCOptions.java157 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
171 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
H A DTicketFlags.java65 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
72 throw new Asn1Exception(Krb5.BITSTRING_BAD_LENGTH);
H A DKrb5.java273 public static final int BITSTRING_BAD_LENGTH = 502; //BitString length is wrong for the expected type field in class:Krb5
365 errMsgList.put(BITSTRING_BAD_LENGTH, "BitString length is wrong for the expected type");

Completed in 33 milliseconds