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

/openjdk10/jdk/test/javax/net/ssl/sanity/ciphersuites/
H A DCheckCipherSuites.java243 private static void showSuites(String[] suites) { argument
H A DCipherSuitesInOrder.java242 checkSuites(String[] suites, String title) argument
257 showSuites(String[] suites, String title) argument
[all...]
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/ldap/
H A DStartTlsResponse.java134 public abstract void setEnabledCipherSuites(String[] suites); argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotProviders.java44 private final SuitesProvider suites; field in class:HotSpotProviders
50 HotSpotProviders(MetaAccessProvider metaAccess, HotSpotCodeCacheProvider codeCache, ConstantReflectionProvider constantReflection, ConstantFieldProvider constantField, HotSpotForeignCallsProvider foreignCalls, LoweringProvider lowerer, Replacements replacements, SuitesProvider suites, HotSpotRegistersProvider registers, SnippetReflectionProvider snippetReflection, HotSpotWordTypes wordTypes, Plugins graphBuilderPlugins) argument
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/ext/
H A DStartTlsResponseImpl.java106 private transient String[] suites = null; field in class:StartTlsResponseImpl
136 public void setEnabledCipherSuites(String[] suites) { argument
[all...]
/openjdk10/jdk/test/javax/net/ssl/sanity/pluggability/
H A DMySSLSocketFacImpl.java80 public void setEnabledCipherSuites(String suites[]) {} argument
H A DMySSLEngineImpl.java65 public void setEnabledCipherSuites(String[] suites) {} argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A DGraalCompiler.java103 public final Suites suites; field in class:GraalCompiler.Request
122 Request(StructuredGraph graph, ResolvedJavaMethod installedCodeOwner, Providers providers, Backend backend, PhaseSuite<HighTierContext> graphBuilderSuite, OptimisticOptimizations optimisticOpts, ProfilingInfo profilingInfo, Suites suites, LIRSuites lirSuites, T compilationResult, CompilationResultBuilderFactory factory) argument
155 compileGraph(StructuredGraph graph, ResolvedJavaMethod installedCodeOwner, Providers providers, Backend backend, PhaseSuite<HighTierContext> graphBuilderSuite, OptimisticOptimizations optimisticOpts, ProfilingInfo profilingInfo, Suites suites, LIRSuites lirSuites, T compilationResult, CompilationResultBuilderFactory factory) argument
216 emitFrontEnd(Providers providers, TargetProvider target, StructuredGraph graph, PhaseSuite<HighTierContext> graphBuilderSuite, OptimisticOptimizations optimisticOpts, ProfilingInfo profilingInfo, Suites suites) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java202 setEnabledCipherSuites(String[] suites) argument
[all...]
H A DSSLSocketImpl.java499 SSLSocketImpl(SSLContextImpl context, boolean serverMode, CipherSuiteList suites, ClientAuthType clientAuth, boolean sessionCreation, ProtocolList protocols, String identificationProtocol, AlgorithmConstraints algorithmConstraints, Collection<SNIMatcher> sniMatchers, boolean preferLocalCipherSuites, String[] applicationProtocols) argument
2467 setEnabledCipherSuites(String[] suites) argument
[all...]
H A DSSLEngineImpl.java2140 setEnabledCipherSuites(String[] suites) argument
[all...]
/openjdk10/jdk/test/sun/security/ssl/StatusStapling/java.base/sun/security/ssl/
H A DStatusReqSelection.java495 createClientHelloMsg(ProtocolVersion pv, SessionId sessId, CipherSuiteList suites, HelloExtensions extensions) argument

Completed in 116 milliseconds