Searched defs:agentPasswordEncryptionKey (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeployment.java225 final String agentPasswordEncryptionKey = getAgentPasswordEncryptionKey();
226 final String encryptedAgentPassword = encryptAgentPassword(agentPasswordEncryptionKey, getStringParam(mapParams, SOAP_AGENT_PASSWORD_PARAM));
241 addAgentPasswordKeystore(out, agentPasswordEncryptionKey);
340 private void addAgentPasswordKeystore(JarOutputStream modifiedSoapSTSServerWar, String agentPasswordEncryptionKey) throws WorkflowException { argument
344 setAgentPasswordEncryptionKeyEntry(soapSTSKeystore, keystorePassword, agentPasswordEncryptionKey);
356 String agentPasswordEncryptionKey) throws KeyStoreException {
362 new SecretKeySpec(agentPasswordEncryptionKey.getBytes(StandardCharsets.US_ASCII), SECRET_KEY_ALGORITHM_TYPE);
388 private String encryptAgentPassword(String agentPasswordEncryptionKey, String agentPassword) throws IllegalStateException { argument
391 jceEncryption.setPassword(agentPasswordEncryptionKey);
355 setAgentPasswordEncryptionKeyEntry(KeyStore soapSTSKeystore, char[] keystorePassword, String agentPasswordEncryptionKey) argument
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeployment.java233 final String agentPasswordEncryptionKey = getAgentPasswordEncryptionKey();
234 final String encryptedAgentPassword = encryptAgentPassword(agentPasswordEncryptionKey, getStringParam(mapParams, SOAP_AGENT_PASSWORD_PARAM));
249 addAgentPasswordKeystore(out, agentPasswordEncryptionKey);
354 private void addAgentPasswordKeystore(JarOutputStream modifiedSoapSTSServerWar, String agentPasswordEncryptionKey) throws WorkflowException { argument
358 setAgentPasswordEncryptionKeyEntry(soapSTSKeystore, keystorePassword, agentPasswordEncryptionKey);
370 String agentPasswordEncryptionKey) throws KeyStoreException {
376 new SecretKeySpec(agentPasswordEncryptionKey.getBytes(StandardCharsets.US_ASCII), SECRET_KEY_ALGORITHM_TYPE);
402 private String encryptAgentPassword(String agentPasswordEncryptionKey, String agentPassword) throws IllegalStateException { argument
405 jceEncryption.setPassword(agentPasswordEncryptionKey);
369 setAgentPasswordEncryptionKeyEntry(KeyStore soapSTSKeystore, char[] keystorePassword, String agentPasswordEncryptionKey) argument

Completed in 32 milliseconds