All Packages Class Hierarchy This Package Previous Next Index
Class semper.crypto.AsymmetricAlgorithm
java.lang.Object
|
+----semper.util.constant.Constant
|
+----semper.crypto.KeyType
|
+----semper.crypto.AsymmetricAlgorithm
- public abstract class AsymmetricAlgorithm
- extends KeyType
Superclass for classes representing assymetric algorithms
These include AsymmetricEncrAlgorithm and SignAlgorithm
- See Also:
- AsymmetricEncrAlgorithm, SignAlgorithm
-
AsymmetricAlgorithm(int, String)
-
AsymmetricAlgorithm
protected AsymmetricAlgorithm(int num,
String name)
All Packages Class Hierarchy This Package Previous Next Index