Searched refs:encryptedKeyPass (Results 1 - 24 of 24) 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/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-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 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
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
/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 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
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
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java816 String encryptedKeyPass = SAML2Utils.getSigningCertEncryptedKeyPass(realm, hostEntity, hostEntityRole);
824 if (encryptedKeyPass != null && !encryptedKeyPass.isEmpty()) {
830 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
833 signingKey = keyProvider.getPrivateKey(alias, encryptedKeyPass);
955 String encryptedKeyPass = SAML2Utils.getSigningCertEncryptedKeyPass(realm, hostEntity, hostEntityRole);
961 if (encryptedKeyPass != null && !encryptedKeyPass.isEmpty()) {
967 if (encryptedKeyPass
[all...]
H A DIDPArtifactResolution.java515 String encryptedKeyPass =
518 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
521 key = kp.getPrivateKey(idpSignCertAlias, encryptedKeyPass);
H A DNameIDMapping.java541 String encryptedKeyPass =
544 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
547 signingKey = keyProvider.getPrivateKey(alias, encryptedKeyPass);
H A DAssertionIDRequestUtil.java629 String encryptedKeyPass = SAML2Utils.getSigningCertEncryptedKeyPass(realm, samlAuthorityEntityID, role);
631 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
634 signingKey = keyProvider.getPrivateKey(alias, encryptedKeyPass);
H A DIDPSSOUtil.java2458 String encryptedKeyPass =
2461 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
2464 key = kp.getPrivateKey(idpSignCertAlias, encryptedKeyPass);
2903 String encryptedKeyPass =
2906 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
2909 key = kp.getPrivateKey(idpSignCertAlias, encryptedKeyPass);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java818 String encryptedKeyPass = SAML2Utils.getSigningCertEncryptedKeyPass(realm, hostEntity, hostEntityRole);
826 if (encryptedKeyPass != null && !encryptedKeyPass.isEmpty()) {
832 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
835 signingKey = keyProvider.getPrivateKey(alias, encryptedKeyPass);
957 String encryptedKeyPass = SAML2Utils.getSigningCertEncryptedKeyPass(realm, hostEntity, hostEntityRole);
963 if (encryptedKeyPass != null && !encryptedKeyPass.isEmpty()) {
969 if (encryptedKeyPass
[all...]
H A DIDPArtifactResolution.java517 String encryptedKeyPass =
520 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
523 key = kp.getPrivateKey(idpSignCertAlias, encryptedKeyPass);
H A DNameIDMapping.java543 String encryptedKeyPass =
546 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
549 signingKey = keyProvider.getPrivateKey(alias, encryptedKeyPass);
H A DAssertionIDRequestUtil.java631 String encryptedKeyPass = SAML2Utils.getSigningCertEncryptedKeyPass(realm, samlAuthorityEntityID, role);
633 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
636 signingKey = keyProvider.getPrivateKey(alias, encryptedKeyPass);
H A DIDPSSOUtil.java2491 String encryptedKeyPass =
2494 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
2497 key = kp.getPrivateKey(idpSignCertAlias, encryptedKeyPass);
2936 String encryptedKeyPass =
2939 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
2942 key = kp.getPrivateKey(idpSignCertAlias, encryptedKeyPass);
/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);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2335 String encryptedKeyPass = getSigningCertEncryptedKeyPass(realm, hostEntity, hostEntityRole);
2342 if (encryptedKeyPass != null && !encryptedKeyPass.isEmpty()) {
2347 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
2350 signingKey = keyProvider.getPrivateKey(alias, encryptedKeyPass);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2360 String encryptedKeyPass = getSigningCertEncryptedKeyPass(realm, hostEntity, hostEntityRole);
2367 if (encryptedKeyPass != null && !encryptedKeyPass.isEmpty()) {
2372 if (encryptedKeyPass == null || encryptedKeyPass.isEmpty()) {
2375 signingKey = keyProvider.getPrivateKey(alias, encryptedKeyPass);

Completed in 139 milliseconds