java.lang.Object
net.finmath.decryptionoracle.decryption.keys.KeyPairDERGenerator
public class KeyPairDERGenerator
extends Object
Generator for public-private-key pair used for encryption and decryption.
- Author:
- Christian Fries
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KeyPairDERGenerator
public KeyPairDERGenerator()
-
Method Details
-
main
- Parameters:
args - an array of String objects
- Throws:
Exception - if any.
-
generate
- Parameters:
publicKeyFilename - a String object
privateKeyFilename - a String object
- Throws:
Exception - if any.