public class GenSig extends Object
RSA encryption algorithm is used along with SHA-1 The keysize is 3072 bits
java.security
,
RSA,
SHA-1Constructor and Description |
---|
GenSig() |
Modifier and Type | Method and Description |
---|---|
static void |
Gen_sig(String file,
String dest)
Writes the signature to 'sig' and public key to 'suepk'
|