Searched refs:P11KEYSTORE (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DPolicyUtil.java44 private static final String P11KEYSTORE = "PKCS11"; field in class:PolicyUtil
92 if (P11KEYSTORE.equalsIgnoreCase(keyStoreType) &&
98 P11KEYSTORE +
/openjdk7/jdk/test/com/sun/security/auth/module/KeyStoreLoginModule/
H A DOptionTest.java57 private static final String P11KEYSTORE = "PKCS11"; field in class:OptionTest
98 options.put(O_TYPE, P11KEYSTORE);
113 options.put(O_TYPE, P11KEYSTORE);
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java148 private static final String P11KEYSTORE = "PKCS11"; field in class:KeyStoreLoginModule
235 if (P11KEYSTORE.equalsIgnoreCase(keyStoreType)) {
288 ("if keyStoreType is " + P11KEYSTORE +
294 ("if keyStoreType is " + P11KEYSTORE +
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLContextImpl.java486 private static final String P11KEYSTORE = "PKCS11"; field in class:SSLContextImpl.DefaultSSLContext
572 if (P11KEYSTORE.equals(defaultKeyStoreType) &&
575 + P11KEYSTORE + ", then keyStore must be " + NONE);
627 if (P11KEYSTORE.equals(defaultKeyStoreType)) {
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java316 private static final String P11KEYSTORE = "PKCS11"; field in class:KeyTool
578 if (P11KEYSTORE.equalsIgnoreCase(storetype) ||
1776 if (P11KEYSTORE.equalsIgnoreCase(srcstoretype) ||
3151 if(P11KEYSTORE.equalsIgnoreCase(ks.getType()) ||
H A DJarSigner.java97 private static final String P11KEYSTORE = "PKCS11"; field in class:JarSigner
423 if (P11KEYSTORE.equalsIgnoreCase(storetype) ||
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java288 private static final String P11KEYSTORE = "PKCS11"; field in class:PolicyFile
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java101 private static final String P11KEYSTORE = "PKCS11"; field in class:PolicyTool

Completed in 76 milliseconds