Home | History | Annotate | Download | only in x509

Lines Matching defs:TRUE

259     private static final Boolean TRUE = Boolean.TRUE;
366 * @param explicit true if explicitly tagged false otherwise.
451 added.addElement((i != 0) ? TRUE : FALSE); // to allow earlier JDK compatibility
582 // return TRUE;
616 * is true, create the encoded version of the sequence starting from the
631 * in converter. If reverse is true the ASN.1 sequence representing the DN will
650 * If reverse is true, create the encoded version of the sequence
652 * @param reverse true if we should start scanning from the end (RFC 2553).
721 nonWhiteSpaceEncountered = true;
738 escaped = true;
771 * @param reverse true if we should start scanning from the end, false otherwise.
797 addEntry(lookUp, pTok.nextToken(), TRUE);
965 * @param inOrder if true the order of both X509 names must be the same,
977 return true;
989 return true;
1031 return true;
1041 isHashCodeCalculated = true;
1065 return true;
1077 return true;
1135 indexes[j] = true;
1136 found = true;
1148 return true;
1167 return true;
1288 * convert the structure to a string - if reverse is true the
1296 * @param reverse if true start at the end of the sequence and work back.
1305 boolean first = true;