Searched defs:keystore (Results 1 - 25 of 45) sorted by relevance

12

/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/keystore/
H A Dpackage-info.java21 package org.forgerock.openam.keystore;
H A DKeyStoreConfig.java16 package org.forgerock.openam.keystore;
25 import org.forgerock.security.keystore.KeyStoreBuilder;
26 import org.forgerock.security.keystore.KeyStoreType;
48 * Get the path to the file used to unlock the keystore.
50 * @return Path to file that holds the password to unlock the keystore
57 * Set path the file that contains the password used to unlock the keystore.
59 * @param keyStorePasswordFile path to keystore password file
86 * Get the keystore type.
87 * @return the keystore type (JKS, JCEKS , etc. )
94 * Set the keystore typ
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMX509KeyManager.java28 package com.sun.identity.security.keystore;
H A DAMPassword.java30 package com.sun.identity.security.keystore;
H A DAMX509KeyManagerFactory.java29 package com.sun.identity.security.keystore;
42 "com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl";
H A DAMCallbackHandler.java29 package com.sun.identity.security.keystore;
89 "read keystore password file " + passWDFile);
H A DAMX509TrustManager.java29 package com.sun.identity.security.keystore;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMX509KeyManager.java28 package com.sun.identity.security.keystore;
H A DAMPassword.java30 package com.sun.identity.security.keystore;
H A DAMX509KeyManagerFactory.java29 package com.sun.identity.security.keystore;
42 "com.sun.identity.security.keystore.v_14.AMX509KeyManagerImpl";
H A DAMCallbackHandler.java29 package com.sun.identity.security.keystore;
89 "read keystore password file " + passWDFile);
H A DAMX509TrustManager.java29 package com.sun.identity.security.keystore;
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/
H A DKeyStoreHandler.java37 public void setStore(KeyStore keystore) throws Exception; argument
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java74 * @param keystore The keystore to use for this keymanager.
75 * @param password The keystore password to use for this keymanager.
77 public ApplicationKeyManager(KeyStore keystore, char[] password) argument
128 kmf.init(keystore, password);
154 LOG.log(Level.WARNING, "Error with the keystore", e);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java75 * @param keystore The keystore to use for this keymanager.
76 * @param password The keystore password to use for this keymanager.
78 public ApplicationKeyManager(KeyStore keystore, char[] password) argument
129 kmf.init(keystore, password);
155 LOG.log(Level.WARNING, "Error with the keystore", e);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java75 * @param keystore The keystore to use for this keymanager.
76 * @param password The keystore password to use for this keymanager.
78 public ApplicationKeyManager(KeyStore keystore, char[] password) argument
129 kmf.init(keystore, password);
155 LOG.log(Level.WARNING, "Error with the keystore", e);
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java74 * @param keystore The keystore to use for this keymanager.
75 * @param password The keystore password to use for this keymanager.
77 public ApplicationKeyManager(KeyStore keystore, char[] password) argument
128 kmf.init(keystore, password);
154 LOG.log(Level.WARNING, "Error with the keystore", e);
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java75 * @param keystore The keystore to use for this keymanager.
76 * @param password The keystore password to use for this keymanager.
78 public ApplicationKeyManager(KeyStore keystore, char[] password) argument
129 kmf.init(keystore, password);
155 LOG.log(Level.WARNING, "Error with the keystore", e);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationKeyManager.java75 * @param keystore The keystore to use for this keymanager.
76 * @param password The keystore password to use for this keymanager.
78 public ApplicationKeyManager(KeyStore keystore, char[] password) argument
125 kmf.init(keystore, password);
151 logger.warn(LocalizableMessage.raw("Error with the keystore", e));
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/impl/
H A DJcaKeyStoreHandler.java73 public void setStore(KeyStore keystore) throws Exception { argument
74 store = keystore;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityUtils.java97 private static KeyProvider keystore = null; field in class:SecurityUtils
145 keystore = sm.getKeyProvider();
217 certAlias = keystore.getCertificateAlias(signingCert);
221 " is not in the keystore");
226 " is in the keystore but not in " +
254 keystore.getCertificateAlias(messageCert);
393 cert = (X509Certificate) keystore.getCertificate(pk);
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/
H A DSTSCryptoProviderBase.java38 * Base class which encapsulates keystore access to provide the crypto context for signing and encrypting SAML2 assertions
42 * exceptions upon initialization, and will log to a non-sts log file. I need to be able to throw exceptions if keystore
43 * state cannot be initialized, as mis-configuring keystore locations and passwords is a commonly-encountered error
44 * when publishing sts instances. In addition, the AMKeyProvider and JKSKeyProvider will only load a keystore from
45 * the filesystem - it may be helpful to be able to load a keystore from the classpath, as Merlin supports this feature.
50 private final KeyStore keystore; field in class:STSCryptoProviderBase
57 * @param keystoreLocation the location of the keystore, either on the filesystem, or on the classpath
58 * @param keystorePassword the UTF-8 encoded representation of the keystore password.
59 * @param keystoreType the type of keystore
60 * @throws TokenCreationException if the keystore canno
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSSignatureProvider.java48 private KeyProvider keystore = null; field in class:FSSignatureProvider
56 keystore = KeyUtil.getKeyProviderInstance();
68 keystore = keyProvider;
115 (PrivateKey) keystore.getPrivateKey(certAlias);
233 return keystore;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSSignatureProvider.java48 private KeyProvider keystore = null; field in class:FSSignatureProvider
56 keystore = KeyUtil.getKeyProviderInstance();
68 keystore = keyProvider;
115 (PrivateKey) keystore.getPrivateKey(certAlias);
233 return keystore;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityUtils.java97 private static KeyProvider keystore = null; field in class:SecurityUtils
145 keystore = sm.getKeyProvider();
217 certAlias = keystore.getCertificateAlias(signingCert);
221 " is not in the keystore");
226 " is in the keystore but not in " +
254 keystore.getCertificateAlias(messageCert);
393 cert = (X509Certificate) keystore.getCertificate(pk);

Completed in 165 milliseconds

12