- Enclosing class:
- JCEMapper
public static class JCEMapper.Algorithm
extends Object
Represents the Algorithm xml element
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Algorithm
Gets data from element
- Parameters:
el
-
-
-
-
Algorithm
public Algorithm(String requiredKey,
String jceName,
int keyLength)
-
Algorithm
public Algorithm(String requiredKey,
String jceName,
String algorithmClass,
int keyLength,
int ivLength)
-
Algorithm
public Algorithm(String requiredKey,
String jceName,
String algorithmClass,
int keyLength,
int ivLength,
String jceProvider)