Searched refs:AMEncryption (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/services/util/
H A DAMEncryption.java25 * $Id: AMEncryption.java,v 1.2 2008/06/25 05:52:47 qcheng Exp $
32 * The interface class <code>AMEncryption</code> provides methods that will be
35 public interface AMEncryption { interface
H A DCrypt.java47 * data, using the <code>AMEncryption</code> interface class. A class that
48 * implements <code>AMEncryption</code> must be specified via the system
83 private static AMEncryption encryptor;
85 private static AMEncryption localEncryptor;
87 private static AMEncryption hardcodedKeyEncryptor;
113 private static AMEncryption createInstance(String password) {
114 AMEncryption instance;
120 instance = (AMEncryption) Class.forName(encClass).newInstance();
151 * AMEncryption using hardcoded key It is necessary for backward
156 public static AMEncryption getHardcodedKeyEncrypto
[all...]
H A DJCEEncryption.java68 public class JCEEncryption implements AMEncryption, ConfigurableKey {
/forgerock/openam/openam-shared/src/main/java/com/iplanet/services/util/
H A DAMEncryption.java25 * $Id: AMEncryption.java,v 1.2 2008/06/25 05:52:47 qcheng Exp $
32 * The interface class <code>AMEncryption</code> provides methods that will be
35 public interface AMEncryption { interface
H A DCrypt.java47 * data, using the <code>AMEncryption</code> interface class. A class that
48 * implements <code>AMEncryption</code> must be specified via the system
83 private static AMEncryption encryptor;
85 private static AMEncryption localEncryptor;
87 private static AMEncryption hardcodedKeyEncryptor;
113 private static AMEncryption createInstance(String password) {
114 AMEncryption instance;
120 instance = (AMEncryption) Class.forName(encClass).newInstance();
151 * AMEncryption using hardcoded key It is necessary for backward
156 public static AMEncryption getHardcodedKeyEncrypto
[all...]
H A DJCEEncryption.java68 public class JCEEncryption implements AMEncryption, ConfigurableKey {
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/
H A DDecodeAction.java34 import com.iplanet.services.util.AMEncryption;
67 protected AMEncryption encr;
88 public DecodeAction(String value, AMEncryption encrKey) {
H A DEncodeAction.java34 import com.iplanet.services.util.AMEncryption;
70 protected AMEncryption encr;
92 * <code>AMEncryption</code> Object to be used
94 public EncodeAction(String svalue, AMEncryption encrKey) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/
H A DDecodeAction.java34 import com.iplanet.services.util.AMEncryption;
67 protected AMEncryption encr;
88 public DecodeAction(String value, AMEncryption encrKey) {
H A DEncodeAction.java34 import com.iplanet.services.util.AMEncryption;
70 protected AMEncryption encr;
92 * <code>AMEncryption</code> Object to be used
94 public EncodeAction(String svalue, AMEncryption encrKey) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DJCECrypt.java34 import com.iplanet.services.util.AMEncryption;
48 * data, using the <code>AMEncryption</code> interface class. A class that
49 * implements <code>AMEncryption</code> must be specified via the system
64 private static AMEncryption encryptor;
70 private static AMEncryption createInstance(String password) {
71 AMEncryption instance;
76 instance = Class.forName(encClass).asSubclass(AMEncryption.class).newInstance();
97 private static String encode(String clearText, AMEncryption encr) {
137 private static String decode(String encoded, AMEncryption encr) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DJCECrypt.java34 import com.iplanet.services.util.AMEncryption;
48 * data, using the <code>AMEncryption</code> interface class. A class that
49 * implements <code>AMEncryption</code> must be specified via the system
64 private static AMEncryption encryptor;
70 private static AMEncryption createInstance(String password) {
71 AMEncryption instance;
76 instance = Class.forName(encClass).asSubclass(AMEncryption.class).newInstance();
97 private static String encode(String clearText, AMEncryption encr) {
137 private static String decode(String encoded, AMEncryption encr) {
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DExportServiceConfiguration.java34 import com.iplanet.services.util.AMEncryption;
83 AMEncryption encryptObj = new JCEEncryption();
H A DImportServiceConfiguration.java37 import com.iplanet.services.util.AMEncryption;
267 AMEncryption encryptObj = new JCEEncryption();
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/security/crypto/
H A DAESWrapEncryption.java35 import com.iplanet.services.util.AMEncryption;
62 public class AESWrapEncryption implements AMEncryption, ConfigurableKey {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DExportServiceConfiguration.java34 import com.iplanet.services.util.AMEncryption;
83 AMEncryption encryptObj = new JCEEncryption();
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java33 import com.iplanet.services.util.AMEncryption;
281 AMEncryption encryptObj = new JCEEncryption();
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java45 import com.iplanet.services.util.AMEncryption;
288 AMEncryption encryptObj = new JCEEncryption();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceManager.java32 import com.iplanet.services.util.AMEncryption;
413 AMEncryption decryptObj
512 AMEncryption decryptObj
1086 AMEncryption encryptObj
1330 public String toXML(AMEncryption encryptObj)
H A DServiceConfig.java40 import com.iplanet.services.util.AMEncryption;
964 public String toXML(String NodeTag, AMEncryption encryptObj)
970 public String toXML(String NodeTag, AMEncryption encryptObj, String orgName)
H A DServiceConfigImpl.java33 import com.iplanet.services.util.AMEncryption;
717 AMEncryption encryptObj
725 AMEncryption encryptObj,
H A DAttributeValidator.java33 import com.iplanet.services.util.AMEncryption;
498 Map encodedAttrs(Map attrs, AMEncryption encryptObj) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceManager.java32 import com.iplanet.services.util.AMEncryption;
413 AMEncryption decryptObj
512 AMEncryption decryptObj
1086 AMEncryption encryptObj
1334 public String toXML(AMEncryption encryptObj)
H A DServiceConfig.java40 import com.iplanet.services.util.AMEncryption;
964 public String toXML(String NodeTag, AMEncryption encryptObj)
970 public String toXML(String NodeTag, AMEncryption encryptObj, String orgName)
H A DServiceConfigImpl.java33 import com.iplanet.services.util.AMEncryption;
714 AMEncryption encryptObj
722 AMEncryption encryptObj,

Completed in 47 milliseconds

12