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

/openjdk7/jdk/test/javax/rmi/ssl/
H A DSocketFactoryTest.java20 * or visit www.oracle.com if you need additional information or have any
65 boolean need) {
66 super(ciphers, protocols, need);
71 boolean need) {
72 super(context, ciphers, protocols, need);
63 MySslRMIServerSocketFactory(String[] ciphers, String[] protocols, boolean need) argument
68 MySslRMIServerSocketFactory(SSLContext context, String[] ciphers, String[] protocols, boolean need) argument
H A DSSLSocketParametersTest.java20 * or visit www.oracle.com if you need additional information or have any
101 boolean need) {
102 super(ciphers, protocols, need);
108 boolean need) {
109 super(context, ciphers, protocols, need);
99 ServerFactory(String[] ciphers, String[] protocols, boolean need) argument
105 ServerFactory(SSLContext context, String[] ciphers, String[] protocols, boolean need) argument
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLServerSocket.java22 * or visit www.oracle.com if you need additional information or have any
315 * @param need set to true if client authentication is required,
322 public abstract void setNeedClientAuth(boolean need); argument
403 * need to act in the SSL client mode on newly accepted
H A DSSLSocket.java22 * or visit www.oracle.com if you need additional information or have any
86 * <P>There are two groups of cipher suites which you will need to know
445 * a need to use new encryption keys, to change cipher suites, or to
514 * @param need set to true if client authentication is required,
521 public abstract void setNeedClientAuth(boolean need); argument
H A DSSLEngine.java22 * or visit www.oracle.com if you need additional information or have any
248 * may need to connect to a remote certificate validation service,
249 * or a KeyManager might need to prompt a user to determine which
295 * There are two groups of cipher suites which you will need to know
788 * method need not be called.
1102 * @param need set to true if client authentication is required,
1109 public abstract void setNeedClientAuth(boolean need); argument
/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLEngineImpl.java20 * or visit www.oracle.com if you need additional information or have any
76 public void setNeedClientAuth(boolean need) {} argument
78 public void setWantClientAuth(boolean need) {} argument
H A DMySSLSocketFacImpl.java20 * or visit www.oracle.com if you need additional information or have any
92 public void setNeedClientAuth(boolean need) {} argument
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java22 * or visit www.oracle.com if you need additional information or have any
78 private byte[] transparentPixel_16 = null; // we need 6 bytes to store 16bpp value
681 private boolean need(int n) throws IOException { method in class:PNGImageDecoder
709 if (!need(8)) return false;
713 if (!need(chunkLength+12)) return false;

Completed in 44 milliseconds