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

/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jmac/callback/
H A DBaseContainerCallbackHandler.java364 PrivateKey privKey = null;
370 privKey = pke.getPrivateKey();
373 privKeyCallback.setKey(privKey, certs);
393 privKey = privKeyEntry.getPrivateKey();
415 privKey = key;
449 privKey = key;
476 privKey = privKeyEntry.getPrivateKey();
495 privKeyCallback.setKey(privKey, certs);
505 PrivateKey privKey = null;
508 for (int i = 0; i < kstores.length && privKey
[all...]
/glassfish-3.1.2/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/manager/
H A DUnifiedX509KeyManager.java126 PrivateKey privKey = null;
128 privKey = mgrs[i].getPrivateKey(alias);
129 if (privKey != null) {
133 return privKey;
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/ssl/
H A DJarSigner.java193 PrivateKey privKey = null;
196 privKey = secSupp.getPrivateKeyForAlias(alias, i);
197 if (privKey != null) {
208 sig.initSign(privKey);
H A DSSLUtils.java298 PrivateKey privKey = (PrivateKey)key;
301 privKeyEntry = new PrivateKeyEntry(privKey, certs);
307 PrivateKey privKey = (PrivateKey)key;
311 privKeyEntry = new PrivateKeyEntry(privKey, certs);

Completed in 17 milliseconds