Searched defs:alias (Results 26 - 50 of 134) sorted by relevance

123456

/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
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 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/admin/ads/util/
H A DApplicationKeyManager.java170 * Choose an alias to authenticate the client side of a secure
183 * return the most generic alias to use.
184 * @return the alias name for the desired key, or null if there are
198 * Choose an alias to authenticate the client side of a secure
211 * return the most generic alias to use.
212 * @return the alias name for the desired key, or null if there are
226 * Returns the certificate chain associated with the given alias.
228 * @param alias
229 * the alias name
232 * last), or null if the alias ca
234 getCertificateChain(String alias) argument
272 getPrivateKey(String alias) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
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/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DWSX509KeyManager.java43 * exception it will supply user-specified client certificate alias when
56 * @param certAlias the client certificate alias
65 * Choose an alias to authenticate the client side of a secure socket given
72 * @return the alias name for the desired key
92 * Returns an alias to authenticate the server side of a secure socket
98 * @return the alias name for the desired key
112 * @return the matching alias names
125 * @return the matching alias names
132 * Returns the certificate chain associated with the given alias.
134 * @param alias th
138 getCertificateChain(String alias) argument
147 getPrivateKey(String alias) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateWSFedMetaDataTemplate.java364 private static String buildMetaAliasInURI(String alias) { argument
365 return "/" + SAML2MetaManager.NAME_META_ALIAS_IN_URI + alias;
H A DCreateIDFFMetaDataTemplate.java716 private static String buildMetaAliasInURI(String alias) { argument
717 return "/" + SAML2MetaManager.NAME_META_ALIAS_IN_URI + alias;
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/crypto/
H A DCryptoService.java37 * @param alias
38 * the key alias in the key store with which to encrypt the
44 JsonEncryptor getEncryptor(String cipher, String alias) throws JsonCryptoException; argument
60 * @param alias
61 * the key alias in the key store with which to encrypt the
65 * if and invalid cipher and/or alias is provided.
69 JsonValue encrypt(JsonValue value, String cipher, String alias) throws JsonCryptoException, argument
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateWSFedMetaDataTemplate.java365 private static String buildMetaAliasInURI(String alias) { argument
366 return "/" + SAML2MetaManager.NAME_META_ALIAS_IN_URI + alias;
H A DCreateIDFFMetaDataTemplate.java716 private static String buildMetaAliasInURI(String alias) { argument
717 return "/" + SAML2MetaManager.NAME_META_ALIAS_IN_URI + alias;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DWSX509KeyManager.java43 * exception it will supply user-specified client certificate alias when
56 * @param certAlias the client certificate alias
65 * Choose an alias to authenticate the client side of a secure socket given
72 * @return the alias name for the desired key
92 * Returns an alias to authenticate the server side of a secure socket
98 * @return the alias name for the desired key
112 * @return the matching alias names
125 * @return the matching alias names
132 * Returns the certificate chain associated with the given alias.
134 * @param alias th
138 getCertificateChain(String alias) argument
147 getPrivateKey(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-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityTokenManagerIF.java72 * @param alias if true then Certificate Alias will be set.
76 public void setCertificate(String cert, boolean alias) argument
H A DSecurityTokenManagerImpl.java82 * @param alias if true then Certificate Alias will be set.
85 public void setCertificate(String cert, boolean alias) argument
87 if (alias) { // passing cert alias
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DSelectableCertificateKeyManager.java48 * selection will be based on the alias (also called the nickname) of the
78 private SelectableCertificateKeyManager(X509KeyManager keyManager, String alias) argument
82 this.aliases = CollectionUtils.newTreeSet(alias);
87 * Chooses the alias of the client certificate that should be used based on
88 * the provided criteria. This will either return the preferred alias
90 * with that alias is configured in the underlying key manager.
98 * @return The alias configured for this key manager, or {@code null} if no
99 * such client certificate is available with that alias.
128 for (String alias : candidates)
132 if (certificateAlias.equalsIgnoreCase(alias))
231 getCertificateChain(String alias) argument
263 getPrivateKey(String alias) argument
[all...]
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/impl/
H A DEntryResourceProvider.java160 public abstract void createDefaultEntry(String alias) throws Exception; argument
162 public boolean hasEntry(String alias) throws Exception { argument
163 return store.getStore().containsAlias(alias);
166 protected abstract void storeEntry(JsonValue value, String alias) throws Exception; argument
168 protected abstract JsonValue readEntry(String alias) throws Exception; argument
/forgerock/openidm-v4/openidm-servlet-registrator/src/main/java/org/forgerock/openidm/servletregistration/
H A DServletRegistration.java79 * @param alias name in the URI namespace at which the servlet is registered
86 void registerServlet(String alias, Servlet servlet, Dictionary initparams) throws ServletException, NamespaceException; argument
/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/impl/
H A DLocalCommandScope.java89 * @param alias the alias of the key
96 @Descriptor("key alias") String alias) {
126 ks.getEntry(alias, new KeyStore.PasswordProtection(passwordCopy));
138 "SecretKeyEntry with this alias is not in KeyStore");
141 if (ks.containsAlias(alias)) {
142 session.getConsole().println("KeyStore contains a key with this alias");
151 ks.setEntry(alias, skEntry, new KeyStore.PasswordProtection(passwordCopy));
258 String alias
93 keytool(CommandSession session, @Parameter(names = { �, � }, presentValue = �, absentValue = �) boolean doImport, @Parameter(names = { �, � }, presentValue = �, absentValue = �) boolean doExport, @Descriptor(�) String alias) argument
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/saml/xmlsig/
H A DKeyProvider.java63 * @param certAlias Certificate alias name
75 * @param keyAlias Key alias name
85 * @param certAlias Certificate alias name
92 * Retrieves the secret key for the given certificate alias.
104 * @param certAlias Certificate alias name
112 * Get the alias name of the first keystore entry whose certificate matches
115 * @return the (alias) name of the first entry with matching certificate,
150 * Whether the key alias exists in the keystore.
152 * @param alias
153 * the key alias
157 containsKey(String alias) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/utils/
H A DOpenAMSettingsImpl.java124 String alias = getStringSetting(realm, OAuth2Constants.OAuth2ProviderService.TOKEN_SIGNING_RSA_KEYSTORE_ALIAS);
125 return getServerKeyPair(realm, alias);
130 logger.warning("Empty signing key alias");
135 logger.warning("Invalid signing key alias mapping: " + algorithmAlias);
145 public KeyPair getServerKeyPair(String realm, String alias) throws SMSException, SSOException { argument
151 return amKeyProvider.getKeyPair(alias);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/core/realms/
H A DRealmTestHelper.java151 * Mocks a {@link Realm} that with an alias.
153 * @param alias The alias of the realm.
157 public Realm mockRealmAlias(String alias, String... realmParts) { argument
160 when(realmLookup.lookup(alias)).thenReturn(realm);

Completed in 49 milliseconds

123456