org.apache.xml.security.algorithms
Class JCEMapper.Algorithm
java.lang.Object
org.apache.xml.security.algorithms.JCEMapper.Algorithm
- Enclosing class:
- JCEMapper
public static class JCEMapper.Algorithm
- extends Object
Represents the Algorithm xml element
Constructor Summary |
JCEMapper.Algorithm(Element el)
Gets data from element |
JCEMapper.Algorithm(String requiredKey,
String jceName)
|
JCEMapper.Algorithm(String requiredKey,
String jceName,
int keyLength)
|
JCEMapper.Algorithm(String requiredKey,
String jceName,
String algorithmClass)
|
JCEMapper.Algorithm(String requiredKey,
String jceName,
String algorithmClass,
int keyLength,
int ivLength)
|
JCEMapper.Algorithm(String requiredKey,
String jceName,
String algorithmClass,
int keyLength,
int ivLength,
String jceProvider)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCEMapper.Algorithm
public JCEMapper.Algorithm(Element el)
- Gets data from element
- Parameters:
el
-
JCEMapper.Algorithm
public JCEMapper.Algorithm(String requiredKey,
String jceName)
JCEMapper.Algorithm
public JCEMapper.Algorithm(String requiredKey,
String jceName,
String algorithmClass)
JCEMapper.Algorithm
public JCEMapper.Algorithm(String requiredKey,
String jceName,
int keyLength)
JCEMapper.Algorithm
public JCEMapper.Algorithm(String requiredKey,
String jceName,
String algorithmClass,
int keyLength,
int ivLength)
JCEMapper.Algorithm
public JCEMapper.Algorithm(String requiredKey,
String jceName,
String algorithmClass,
int keyLength,
int ivLength,
String jceProvider)
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.