Searched defs:rfc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java112 private boolean rfc = false; field in class:KeyTool
282 RFC("rfc", null, "output.in.RFC.style"),
524 } else if (collator.compare(flags, "-rfc") == 0) {
525 rfc = true;
691 if (command == LIST && verbose && rfc) {
693 ("Must.not.specify.both.v.and.rfc.with.list.command"));
1294 if (rfc) {
1673 if (verbose || rfc || debug) {
1700 if (verbose || rfc || debug) {
1708 if (verbose || rfc || debu
[all...]

Completed in 37 milliseconds