Searched refs:alias (Results 1 - 25 of 242) sorted by relevance

12345678910

/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/delegates/
H A DSecurityDelegate.js27 obj.getPublicKeyCert = function (storeType, alias) {
31 url: "/" + storeType + "/cert/" + alias,
50 obj.uploadCert = function (storeType, alias, cert) {
52 url: "/" + storeType + "/cert/" + alias,
54 data: JSON.stringify({"cert":cert, "alias": alias})
58 obj.deleteCert = function (storeType, alias) {
60 url: "/" + storeType + "/cert/" + 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
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-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
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/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
H A DSignatureAction.java54 private String alias; field in class:SignatureAction
58 * and the certificate alias to use for signing.
61 * @param alias The certificate alias to use for signing.
63 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/opendj-b2.6/src/server/org/opends/server/util/
H A DSelectableCertificateKeyManager.java46 * selection will be based on the alias (also called the nickname) of the
57 // The alias of the certificate that should be selected from the key manager.
58 private final String alias; field in class:SelectableCertificateKeyManager
67 * manager and use the certificate with the specified alias.
70 * @param alias The nickname of the certificate that should be
74 String alias)
79 this.alias = alias;
85 * Chooses the alias of the client certificate that should be used based on
86 * the provided criteria. This will either return the preferred alias
73 SelectableCertificateKeyManager(X509KeyManager keyManager, String alias) argument
241 getCertificateChain(String alias) argument
275 getPrivateKey(String alias) argument
311 wrap(KeyManager[] keyManagers, String alias) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DSelectableCertificateKeyManager.java45 * selection will be based on the alias (also called the nickname) of the
56 // The alias of the certificate that should be selected from the key manager.
57 private final String alias; field in class:SelectableCertificateKeyManager
66 * manager and use the certificate with the specified alias.
69 * @param alias The nickname of the certificate that should be
73 String alias)
78 this.alias = alias;
84 * Chooses the alias of the client certificate that should be used based on
85 * the provided criteria. This will either return the preferred alias
72 SelectableCertificateKeyManager(X509KeyManager keyManager, String alias) argument
240 getCertificateChain(String alias) argument
274 getPrivateKey(String alias) argument
310 wrap(KeyManager[] keyManagers, String alias) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DSelectableCertificateKeyManager.java46 * selection will be based on the alias (also called the nickname) of the
57 // The alias of the certificate that should be selected from the key manager.
58 private final String alias; field in class:SelectableCertificateKeyManager
67 * manager and use the certificate with the specified alias.
70 * @param alias The nickname of the certificate that should be
74 String alias)
79 this.alias = alias;
85 * Chooses the alias of the client certificate that should be used based on
86 * the provided criteria. This will either return the preferred alias
73 SelectableCertificateKeyManager(X509KeyManager keyManager, String alias) argument
241 getCertificateChain(String alias) argument
275 getPrivateKey(String alias) argument
311 wrap(KeyManager[] keyManagers, String alias) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DSelectableCertificateKeyManager.java46 * selection will be based on the alias (also called the nickname) of the
57 // The alias of the certificate that should be selected from the key manager.
58 private final String alias; field in class:SelectableCertificateKeyManager
67 * manager and use the certificate with the specified alias.
70 * @param alias The nickname of the certificate that should be
74 String alias)
79 this.alias = alias;
85 * Chooses the alias of the client certificate that should be used based on
86 * the provided criteria. This will either return the preferred alias
73 SelectableCertificateKeyManager(X509KeyManager keyManager, String alias) argument
241 getCertificateChain(String alias) argument
275 getPrivateKey(String alias) argument
311 wrap(KeyManager[] keyManagers, String alias) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DSelectableCertificateKeyManager.java45 * selection will be based on the alias (also called the nickname) of the
56 // The alias of the certificate that should be selected from the key manager.
57 private final String alias; field in class:SelectableCertificateKeyManager
66 * manager and use the certificate with the specified alias.
69 * @param alias The nickname of the certificate that should be
73 String alias)
78 this.alias = alias;
84 * Chooses the alias of the client certificate that should be used based on
85 * the provided criteria. This will either return the preferred alias
72 SelectableCertificateKeyManager(X509KeyManager keyManager, String alias) argument
240 getCertificateChain(String alias) argument
274 getPrivateKey(String alias) argument
310 wrap(KeyManager[] keyManagers, String alias) argument
[all...]
/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-v13/openam-core/src/main/java/com/sun/identity/protocol/https/
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);
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);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/protocol/https/
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);
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);
/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);

Completed in 207 milliseconds

12345678910