All Packages Class Hierarchy This Package Previous Next Index
Class semper.crypto.AsymmetricEncrAlgorithm
java.lang.Object
|
+----semper.util.constant.Constant
|
+----semper.crypto.KeyType
|
+----semper.crypto.AsymmetricAlgorithm
|
+----semper.crypto.AsymmetricEncrAlgorithm
- public final class AsymmetricEncrAlgorithm
- extends AsymmetricAlgorithm
Constants for public key encryption algorithms (currently only RSA)
-
RSA
- The RSA encryption algorithm
RSA
public static final AsymmetricEncrAlgorithm RSA
- The RSA encryption algorithm
All Packages Class Hierarchy This Package Previous Next Index