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

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeployment.java342 final KeyStore soapSTSKeystore = initializeKeyStore();
344 setAgentPasswordEncryptionKeyEntry(soapSTSKeystore, keystorePassword, agentPasswordEncryptionKey);
345 storeKeystoreInWar(soapSTSKeystore, keystorePassword, modifiedSoapSTSServerWar);
355 private void setAgentPasswordEncryptionKeyEntry(KeyStore soapSTSKeystore, char[] keystorePassword, argument
365 soapSTSKeystore.setEntry(SharedSTSConstants.AM_INTERNAL_PEK_ALIAS, secretKeyEntry, protParam);
368 private void storeKeystoreInWar(KeyStore soapSTSKeystore, char[] keystorePassword, JarOutputStream modifiedSoapSTSServerWar) argument
372 soapSTSKeystore.store(modifiedSoapSTSServerWar, keystorePassword);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeployment.java356 final KeyStore soapSTSKeystore = initializeKeyStore();
358 setAgentPasswordEncryptionKeyEntry(soapSTSKeystore, keystorePassword, agentPasswordEncryptionKey);
359 storeKeystoreInWar(soapSTSKeystore, keystorePassword, modifiedSoapSTSServerWar);
369 private void setAgentPasswordEncryptionKeyEntry(KeyStore soapSTSKeystore, char[] keystorePassword, argument
379 soapSTSKeystore.setEntry(SharedSTSConstants.AM_INTERNAL_PEK_ALIAS, secretKeyEntry, protParam);
382 private void storeKeystoreInWar(KeyStore soapSTSKeystore, char[] keystorePassword, JarOutputStream modifiedSoapSTSServerWar) argument
386 soapSTSKeystore.store(modifiedSoapSTSServerWar, keystorePassword);
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/config/
H A DSoapSTSModule.java173 final KeyStore soapSTSKeystore = KeyStore.getInstance(SharedSTSConstants.AM_INTERNAL_SOAP_STS_KEYSTORE_TYPE);
174 soapSTSKeystore.load(getClass().getResourceAsStream("/" + SharedSTSConstants.AM_INTERNAL_SOAP_STS_KEYSTORE),
176 return soapSTSKeystore;
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/config/
H A DSoapSTSModule.java182 final KeyStore soapSTSKeystore = KeyStore.getInstance(SharedSTSConstants.AM_INTERNAL_SOAP_STS_KEYSTORE_TYPE);
183 soapSTSKeystore.load(getClass().getResourceAsStream("/" + SharedSTSConstants.AM_INTERNAL_SOAP_STS_KEYSTORE),
185 return soapSTSKeystore;

Completed in 33 milliseconds