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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSunJSSE.java39 * SunJSSE now supports an experimental FIPS compliant mode when used with an
45 * It is currently not possible to use both FIPS compliant SunJSSE and
51 * Security.removeProvider("SunJSSE") to work, which creates an instance of
54 * data structures need to be initialized or until SunJSSE is initialized in
58 public abstract class SunJSSE extends java.security.Provider { class in inherits:java.security.Provider
94 ("SunJSSE already initialized in non-FIPS mode");
98 ("SunJSSE already initialized with FIPS crypto provider "
105 protected SunJSSE() { method in class:SunJSSE
106 super("SunJSSE", 1.7d, info);
110 ("SunJSSE i
116 protected SunJSSE(java.security.Provider cryptoProvider){ method in class:SunJSSE
121 protected SunJSSE(String cryptoProvider){ method in class:SunJSSE
132 private SunJSSE(java.security.Provider cryptoProvider, method in class:SunJSSE
[all...]

Completed in 44 milliseconds