All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.crypto.SignAlgorithm

java.lang.Object
   |
   +----semper.util.constant.Constant
           |
           +----semper.crypto.KeyType
                   |
                   +----semper.crypto.AsymmetricAlgorithm
                           |
                           +----semper.crypto.SignAlgorithm

public final class SignAlgorithm
extends AsymmetricAlgorithm
Constants for signature algorithms


Variable Index

 o DSA
 o ISO9796
 o RABIN
 o RSA
maximal length of signatures for RSA variants is 130.

Method Index

 o getLength()
Get length (in bytes) of produced signature.

Variables

 o RSA
 public static final SignAlgorithm RSA
maximal length of signatures for RSA variants is 130. Valid for plain RSA, ISO9796, ZKA and Rabin variants. No minimum length is defined, a signature may be a small number Maximal length of a DSA signature is 42

 o DSA
 public static final SignAlgorithm DSA
 o ISO9796
 public static final SignAlgorithm ISO9796
 o RABIN
 public static final SignAlgorithm RABIN

Methods

 o getLength
 public int getLength()
Get length (in bytes) of produced signature.


All Packages  Class Hierarchy  This Package  Previous  Next  Index