Searched refs:FIPS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DProtocolVersion.java75 private static final boolean FIPS = SunJSSE.isFIPS(); field in class:ProtocolVersion
78 final static ProtocolVersion MIN = FIPS ? TLS10 : SSL30;
87 final static ProtocolVersion DEFAULT_HELLO = FIPS ? TLS10 : SSL30;
148 if (FIPS && (name.equals(SSL30.name) || name.equals(SSL20Hello.name))) {
150 ("Only TLS 1.0 or later allowed in FIPS mode");
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java259 attr = getModuleTrust(ModuleType.FIPS, bytes);
296 * The NSS Softtoken module in FIPS mode. Note that in FIPS mode the
298 * slots as in non-FIPS mode.
300 FIPS, enum constant in enum:Secmod.ModuleType
354 + "name = \"NSS FIPS SoftToken\"\n"
385 type = ModuleType.FIPS;
388 ("Slot index should be 0 for FIPS slot");
399 throw new RuntimeException("FIPS flag set for non-internal "
422 case FIPS
[all...]
H A DSunPKCS11.java220 nssModule = secmod.getModule(ModuleType.FIPS);
229 nssModule = secmod.getModule(ModuleType.FIPS);
H A DP11KeyStore.java1038 if ((module.type != ModuleType.KEYSTORE) && (module.type != ModuleType.FIPS)) {

Completed in 36 milliseconds