/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/protocol/https/ |
H A D | Handler.java | 60 * @param alias certificate alias for client certificate used in the 63 public Handler (String alias) { argument 65 Https.init(alias); 67 debug.message("certAlias --> " + alias);
|
H A D | Https.java | 60 public static void init(String alias) { argument 62 if (alias != null && !alias.trim().isEmpty()) { 65 manager.setAlias(alias); 68 debug.message("Https.init: AMX509KeyManager was null when trying to set alias: " + alias);
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/ |
H A D | AMX509KeyManager.java | 35 * exception it will supply user-specified client certificate alias when 42 * user-specified client certificate alias. 43 * @param alias certificate alias 45 public void setAlias(String alias); argument
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/ |
H A D | AMX509KeyManager.java | 35 * exception it will supply user-specified client certificate alias when 42 * user-specified client certificate alias. 43 * @param alias certificate alias 45 public void setAlias(String alias); argument
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/protocol/https/ |
H A D | Handler.java | 60 * @param alias certificate alias for client certificate used in the 63 public Handler (String alias) { argument 65 Https.init(alias); 67 debug.message("certAlias --> " + alias);
|
H A D | Https.java | 60 public static void init(String alias) { argument 62 if (alias != null && !alias.trim().isEmpty()) { 65 manager.setAlias(alias); 68 debug.message("Https.init: AMX509KeyManager was null when trying to set alias: " + alias);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
H A D | EncryptAction.java | 42 private String alias = null; field in class:EncryptAction 53 * @param alias The nickname of the certificate to use for the 58 boolean deleteOriginal, String alias, String encryptAlg) 63 this.alias = alias; 57 EncryptAction(String origFile, String newFile, boolean deleteOriginal, String alias, String encryptAlg) argument
|
H A D | SignatureAction.java | 54 private String alias = null; field in class:SignatureAction 58 * and the certificate alias to use for signing. 61 * @param alias The certificate alias to use for signing. 63 public SignatureAction(String origFile, String alias) argument 66 this.alias = alias; 71 * the signature algorithm, the digest algorithm, and the certificate alias 77 * @param alias The certificate alias t 79 SignatureAction(String origFile, String sigAlg, String digestAlg, String alias) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/loggers/ |
H A D | EncryptAction.java | 41 private String alias = null; field in class:EncryptAction 52 * @param alias The nickname of the certificate to use for the 57 boolean deleteOriginal, String alias, String encryptAlg) 62 this.alias = alias; 56 EncryptAction(String origFile, String newFile, boolean deleteOriginal, String alias, String encryptAlg) argument
|
H A D | SignatureAction.java | 53 private String alias = null; field in class:SignatureAction 57 * and the certificate alias to use for signing. 60 * @param alias The certificate alias to use for signing. 62 public SignatureAction(String origFile, String alias) argument 65 this.alias = alias; 70 * the signature algorithm, the digest algorithm, and the certificate alias 76 * @param alias The certificate alias t 78 SignatureAction(String origFile, String sigAlg, String digestAlg, String alias) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/ |
H A D | EncryptAction.java | 42 private String alias = null; field in class:EncryptAction 53 * @param alias The nickname of the certificate to use for the 58 boolean deleteOriginal, String alias, String encryptAlg) 63 this.alias = alias; 57 EncryptAction(String origFile, String newFile, boolean deleteOriginal, String alias, String encryptAlg) argument
|
H A D | SignatureAction.java | 54 private String alias = null; field in class:SignatureAction 58 * and the certificate alias to use for signing. 61 * @param alias The certificate alias to use for signing. 63 public SignatureAction(String origFile, String alias) argument 66 this.alias = alias; 71 * the signature algorithm, the digest algorithm, and the certificate alias 77 * @param alias The certificate alias t 79 SignatureAction(String origFile, String sigAlg, String digestAlg, String alias) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/ |
H A D | EncryptAction.java | 42 private String alias = null; field in class:EncryptAction 53 * @param alias The nickname of the certificate to use for the 58 boolean deleteOriginal, String alias, String encryptAlg) 63 this.alias = alias; 57 EncryptAction(String origFile, String newFile, boolean deleteOriginal, String alias, String encryptAlg) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/ |
H A D | EncryptAction.java | 41 private String alias = null; field in class:EncryptAction 52 * @param alias The nickname of the certificate to use for the 57 boolean deleteOriginal, String alias, String encryptAlg) 62 this.alias = alias; 56 EncryptAction(String origFile, String newFile, boolean deleteOriginal, String alias, String encryptAlg) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/ |
H A D | KeyManagerProvider.java | 81 * Verifies that an alias is defined in the scope of this Key Manager. 83 * @param alias 84 * The alias to check. 85 * @return true if the alias exists, false otherwise 87 public boolean containsKeyWithAlias(String alias) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/ |
H A D | EncryptAction.java | 42 private String alias; field in class:EncryptAction 53 * @param alias The nickname of the certificate to use for the 58 boolean deleteOriginal, String alias, String encryptAlg) 63 this.alias = alias; 57 EncryptAction(String origFile, String newFile, boolean deleteOriginal, String alias, String encryptAlg) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/sae/api/ |
H A D | FMCerts.java | 43 public PrivateKey getPrivateKey(String alias) argument 46 return kp.getPrivateKey(alias); 48 public X509Certificate getPublicKey(String alias) argument 51 return kp.getX509Certificate(alias);
|
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/impl/ |
H A D | CertificateResourceProvider.java | 48 protected void storeEntry(JsonValue value, String alias) throws Exception { argument 52 store.getStore().setCertificateEntry(alias, cert); 57 protected JsonValue readEntry(String alias) throws Exception { argument 58 Certificate cert = store.getStore().getCertificate(alias); 59 return returnCertificate(alias, cert); 63 public void createDefaultEntry(String alias) throws Exception { argument 68 store.getStore().setCertificateEntry(alias, cert);
|
H A D | PrivateKeyResourceProvider.java | 57 protected void storeEntry(JsonValue value, String alias) throws Exception { argument 62 privateKey = getKeyPair(alias).getPrivate(); 72 store.getStore().setEntry(alias, new PrivateKeyEntry(privateKey, certChain), 78 protected JsonValue readEntry(String alias) throws Exception { argument 79 Key key = store.getStore().getKey(alias, store.getPassword().toCharArray()); 83 return returnKey(alias, key); 88 public void createDefaultEntry(String alias) throws Exception { argument 94 store.getStore().setEntry(alias, new PrivateKeyEntry(key, new Certificate[]{cert}),
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/sae/api/ |
H A D | FMCerts.java | 43 public PrivateKey getPrivateKey(String alias) argument 46 return kp.getPrivateKey(alias); 48 public X509Certificate getPublicKey(String alias) argument 51 return kp.getX509Certificate(alias);
|
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/ |
H A D | ApplicationKeyManager.java | 173 * Choose an alias to authenticate the client side of a secure 186 * return the most generic alias to use. 187 * @return the alias name for the desired key, or null if there are 204 * Choose an alias to authenticate the client side of a secure 217 * return the most generic alias to use. 218 * @return the alias name for the desired key, or null if there are 235 * Returns the certificate chain associated with the given alias. 237 * @param alias 238 * the alias name 241 * last), or null if the alias ca 243 getCertificateChain(String alias) argument 287 getPrivateKey(String alias) argument [all...] |
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/ |
H A D | ApplicationKeyManager.java | 174 * Choose an alias to authenticate the client side of a secure 187 * return the most generic alias to use. 188 * @return the alias name for the desired key, or null if there are 205 * Choose an alias to authenticate the client side of a secure 218 * return the most generic alias to use. 219 * @return the alias name for the desired key, or null if there are 236 * Returns the certificate chain associated with the given alias. 238 * @param alias 239 * the alias name 242 * last), or null if the alias ca 244 getCertificateChain(String alias) argument 288 getPrivateKey(String alias) argument [all...] |
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/ |
H A D | ApplicationKeyManager.java | 174 * Choose an alias to authenticate the client side of a secure 187 * return the most generic alias to use. 188 * @return the alias name for the desired key, or null if there are 205 * Choose an alias to authenticate the client side of a secure 218 * return the most generic alias to use. 219 * @return the alias name for the desired key, or null if there are 236 * Returns the certificate chain associated with the given alias. 238 * @param alias 239 * the alias name 242 * last), or null if the alias ca 244 getCertificateChain(String alias) argument 288 getPrivateKey(String alias) argument [all...] |
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/ |
H A D | ApplicationKeyManager.java | 173 * Choose an alias to authenticate the client side of a secure 186 * return the most generic alias to use. 187 * @return the alias name for the desired key, or null if there are 204 * Choose an alias to authenticate the client side of a secure 217 * return the most generic alias to use. 218 * @return the alias name for the desired key, or null if there are 235 * Returns the certificate chain associated with the given alias. 237 * @param alias 238 * the alias name 241 * last), or null if the alias ca 243 getCertificateChain(String alias) argument 287 getPrivateKey(String alias) argument [all...] |
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/ |
H A D | ApplicationKeyManager.java | 174 * Choose an alias to authenticate the client side of a secure 187 * return the most generic alias to use. 188 * @return the alias name for the desired key, or null if there are 205 * Choose an alias to authenticate the client side of a secure 218 * return the most generic alias to use. 219 * @return the alias name for the desired key, or null if there are 236 * Returns the certificate chain associated with the given alias. 238 * @param alias 239 * the alias name 242 * last), or null if the alias ca 244 getCertificateChain(String alias) argument 288 getPrivateKey(String alias) argument [all...] |