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

/openjdk7/jdk/test/javax/security/sasl/Sasl/
H A DPassSysProps.java41 private static final String PLAIN = "PLAIN"; field in class:PassSysProps
63 Sasl.createSaslClient(new String[]{DIGEST, PLAIN}, authorizationId,
80 Sasl.createSaslClient(new String[]{GSSAPI, PLAIN},
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DValueGetter.java51 PLAIN() { method in enum:ValueGetter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DValueGetter.java54 PLAIN() { method in enum:ValueGetter
85 // return value is always PLAIN
87 return PLAIN;
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java113 private final static byte[][] PLAIN = { field in class:CounterMode
168 byte[] plainText = PLAIN[i];
173 System.out.println("plain: " + toString(PLAIN[i]));
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DClientFactoryImpl.java40 * Client factory for EXTERNAL, CRAM-MD5, PLAIN.
43 * when using CRAM-MD5 or PLAIN.
53 "PLAIN",
60 PolicyUtils.NOANONYMOUS, // PLAIN
65 private static final int PLAIN = 2; field in class:ClientFactoryImpl
91 } else if (mechs[i].equals(myMechs[PLAIN])
92 && PolicyUtils.checkPolicy(mechPolicies[PLAIN], props)) {
94 Object[] uinfo = getUserInfo("PLAIN", authorizationId, cbh);
/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java83 return PLAIN;
93 return PLAIN;
112 return PLAIN;
142 private static final Decoration PLAIN = new Decoration(); field in class:Decoration
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java312 public static final int PLAIN = 0; field in class:Font
316 * constants (except PLAIN) for mixed styles.
322 * style constants (except PLAIN) for mixed styles.
376 * This style can be PLAIN, BOLD, ITALIC, or BOLD+ITALIC.
557 * be {@code PLAIN}, or a bitwise union of {@code BOLD} and/or
560 * integer bitmasks then the style is set to {@code PLAIN}.
617 this.style = Font.PLAIN;
847 * created with a point size of 1 and style {@link #PLAIN PLAIN}.
1006 * created with a point size of 1 and style {@link #PLAIN PLAI
[all...]

Completed in 128 milliseconds