Searched defs:alias (Results 1 - 25 of 134) sorted by relevance

123456

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/protocol/https/
H A DHandler.java60 * @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 DHttps.java60 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 DAMX509KeyManager.java35 * 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 DAMX509KeyManager.java35 * 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 DHandler.java60 * @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 DHttps.java60 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 DEncryptAction.java42 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 DSignatureAction.java54 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 DEncryptAction.java41 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 DSignatureAction.java53 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 DEncryptAction.java42 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 DSignatureAction.java54 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 DEncryptAction.java42 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 DEncryptAction.java41 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 DKeyManagerProvider.java81 * 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 DEncryptAction.java42 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 DFMCerts.java43 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 DCertificateResourceProvider.java48 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 DPrivateKeyResourceProvider.java57 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 DFMCerts.java43 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 DApplicationKeyManager.java173 * 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 DApplicationKeyManager.java174 * 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 DApplicationKeyManager.java174 * 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 DApplicationKeyManager.java173 * 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 DApplicationKeyManager.java174 * 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...]

Completed in 78 milliseconds

123456