Searched defs:encryptedKeyPass (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/saml/xmlsig/
H A DKeyProvider.java92 * @param encryptedKeyPass The encrypted keypass to use when getting the private certificate
96 public PrivateKey getPrivateKey (String certAlias, String encryptedKeyPass); argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DJKSKeyProvider.java118 * @param encryptedKeyPass The encrypted keypass to use when getting the private certificate
121 public PrivateKey getPrivateKey (String certAlias, String encryptedKeyPass) { argument
122 return keyProvider.getPrivateKey(certAlias, encryptedKeyPass);
H A DAMSignatureProvider.java445 * @param encryptedKeyPass Use the supplied encrypted key password to get the private key
459 String encryptedKeyPass,
482 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
485 privateKey = keystore.getPrivateKey(certAlias, encryptedKeyPass);
457 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
H A DSignatureProvider.java209 * @param encryptedKeyPass Use the supplied encrypted key password to get the private key
223 String encryptedKeyPass,
221 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
H A DXMLSignatureManager.java314 * @param encryptedKeyPass Use the supplied encrypted key password to get the private key
328 String encryptedKeyPass,
335 return sp.signXMLUsingKeyPass(doc, certAlias, encryptedKeyPass, algorithm, idAttrName, id, includeCert, xpath);
326 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/saml/xmlsig/
H A DKeyProvider.java105 * @param encryptedKeyPass The encrypted keypass to use when getting the private certificate
109 public PrivateKey getPrivateKey (String certAlias, String encryptedKeyPass); argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DJKSKeyProvider.java124 * @param encryptedKeyPass The encrypted keypass to use when getting the private certificate
127 public PrivateKey getPrivateKey (String certAlias, String encryptedKeyPass) { argument
128 return keyProvider.getPrivateKey(certAlias, encryptedKeyPass);
H A DAMSignatureProvider.java462 * @param encryptedKeyPass Use the supplied encrypted key password to get the private key
476 String encryptedKeyPass,
499 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
502 privateKey = keystore.getPrivateKey(certAlias, encryptedKeyPass);
474 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
H A DSignatureProvider.java209 * @param encryptedKeyPass Use the supplied encrypted key password to get the private key
223 String encryptedKeyPass,
221 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
H A DXMLSignatureManager.java313 * @param encryptedKeyPass Use the supplied encrypted key password to get the private key
327 String encryptedKeyPass,
334 return sp.signXMLUsingKeyPass(doc, certAlias, encryptedKeyPass, algorithm, idAttrName, id, includeCert, xpath);
325 signXMLUsingKeyPass(Document doc, String certAlias, String encryptedKeyPass, String algorithm, String idAttrName, String id, boolean includeCert, String xpath) argument
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DAMKeyProvider.java303 * @param encryptedKeyPass The encrypted key password to use when getting the private certificate
306 public PrivateKey getPrivateKey(String certAlias, String encryptedKeyPass) { argument
310 String keyPass = decodePassword(encryptedKeyPass);
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DAMKeyProvider.java333 * @param encryptedKeyPass The encrypted key password to use when getting the private certificate
336 public PrivateKey getPrivateKey(String certAlias, String encryptedKeyPass) { argument
340 String keyPass = decodePassword(encryptedKeyPass);

Completed in 43 milliseconds