Searched defs:soapSTSKeystore (Results 1 - 2 of 2) 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);

Completed in 72 milliseconds