Searched refs:JCEEncryption (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/bootstrap/
H A DSoapSTSAgentCredentialsAccessImpl.java19 import com.iplanet.services.util.JCEEncryption;
68 JCEEncryption jceEncryption = new JCEEncryption();
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/bootstrap/
H A DSoapSTSAgentCredentialsAccessImpl.java19 import com.iplanet.services.util.JCEEncryption;
68 JCEEncryption jceEncryption = new JCEEncryption();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DJCECrypt.java36 import com.iplanet.services.util.JCEEncryption;
52 * <code>com.iplanet.services.util.JCEEncryption</code> will be used.
61 private static final String DEFAULT_ENCRYPTOR_CLASS = "com.iplanet.services.util.JCEEncryption";
81 instance = new JCEEncryption();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DExportServiceConfiguration.java36 import com.iplanet.services.util.JCEEncryption;
83 AMEncryption encryptObj = new JCEEncryption();
H A DImportServiceConfiguration.java40 import com.iplanet.services.util.JCEEncryption;
267 AMEncryption encryptObj = new JCEEncryption();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DExportServiceConfiguration.java36 import com.iplanet.services.util.JCEEncryption;
83 AMEncryption encryptObj = new JCEEncryption();
H A DImportServiceConfiguration.java40 import com.iplanet.services.util.JCEEncryption;
270 AMEncryption encryptObj = new JCEEncryption();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DJCECrypt.java36 import com.iplanet.services.util.JCEEncryption;
52 * <code>com.iplanet.services.util.JCEEncryption</code> will be used.
61 private static final String DEFAULT_ENCRYPTOR_CLASS = "com.iplanet.services.util.JCEEncryption";
81 instance = new JCEEncryption();
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeployment.java20 import com.iplanet.services.util.JCEEncryption;
146 We will use the JCEEncryption class to encrypt/decrypt the agent's password. By default, it uses the algorithm below.
381 The JCEEncryption class does PBE (password based encryption). Thus the secret used to initialized the JCEEncryption
389 final JCEEncryption jceEncryption = new JCEEncryption();
393 throw new IllegalStateException("Exception thrown from JCEEncryption#setPassword: " + e, e);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeployment.java22 import com.iplanet.services.util.JCEEncryption;
154 We will use the JCEEncryption class to encrypt/decrypt the agent's password. By default, it uses the algorithm below.
395 The JCEEncryption class does PBE (password based encryption). Thus the secret used to initialized the JCEEncryption
403 final JCEEncryption jceEncryption = new JCEEncryption();
407 throw new IllegalStateException("Exception thrown from JCEEncryption#setPassword: " + e, e);
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/services/util/
H A DJCEEncryption.java25 * $Id: JCEEncryption.java,v 1.3 2008/10/20 17:24:43 beomsuk Exp $
68 public class JCEEncryption implements AMEncryption, ConfigurableKey { class in inherits:AMEncryption,ConfigurableKey
179 debug.error("JCEEncryption: Failed to obtain Cipher");
185 debug.error("JCEEncryption:: failed to encrypt data", ex);
191 debug.error("JCEEncryption:: not yet initialized");
237 debug.error("JCEEncryption:: Unsupported version: "
255 debug.error("JCEEncryption: Failed to obtain Cipher");
261 debug.error("JCEEncryption:: failed to decrypt data", ex);
267 debug.error("JCEEncryption:: not yet initialized");
H A DCrypt.java51 * <code>com.iplanet.services.util.JCEEncryption</code> will be used.
66 "com.iplanet.services.util.JCEEncryption";
124 instance = new JCEEncryption();
/forgerock/openam/openam-shared/src/main/java/com/iplanet/services/util/
H A DJCEEncryption.java25 * $Id: JCEEncryption.java,v 1.3 2008/10/20 17:24:43 beomsuk Exp $
68 public class JCEEncryption implements AMEncryption, ConfigurableKey { class in inherits:AMEncryption,ConfigurableKey
179 debug.error("JCEEncryption: Failed to obtain Cipher");
185 debug.error("JCEEncryption:: failed to encrypt data", ex);
191 debug.error("JCEEncryption:: not yet initialized");
237 debug.error("JCEEncryption:: Unsupported version: "
255 debug.error("JCEEncryption: Failed to obtain Cipher");
261 debug.error("JCEEncryption:: failed to decrypt data", ex);
267 debug.error("JCEEncryption:: not yet initialized");
H A DCrypt.java51 * <code>com.iplanet.services.util.JCEEncryption</code> will be used.
66 "com.iplanet.services.util.JCEEncryption";
124 instance = new JCEEncryption();
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java35 import com.iplanet.services.util.JCEEncryption;
281 AMEncryption encryptObj = new JCEEncryption();
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java47 import com.iplanet.services.util.JCEEncryption;
288 AMEncryption encryptObj = new JCEEncryption();
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DDefaultDebugRecorder.java21 import com.iplanet.services.util.JCEEncryption;
287 AMEncryption encryptObj = new JCEEncryption();
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DDefaultDebugRecorder.java23 import com.iplanet.services.util.JCEEncryption;
290 AMEncryption encryptObj = new JCEEncryption();

Completed in 49 milliseconds