Home | History | Annotate | Download | only in x509

Lines Matching refs:reverse

615      * some such, converting it into an ordered set of name attributes. If reverse
621 boolean reverse,
624 this(reverse, DefaultLookUp, dirName);
631 * in converter. If reverse is true the ASN.1 sequence representing the DN will
636 boolean reverse,
640 this(reverse, DefaultLookUp, dirName, converter);
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).
658 boolean reverse,
662 this(reverse, lookUp, dirName, new X509DefaultEntryConverter());
771 * @param reverse true if we should start scanning from the end, false otherwise.
777 boolean reverse,
806 if (reverse)
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.
1300 boolean reverse,
1328 if (reverse)