Class EllipticCurveKeyPairGenerator
java.lang.Object
org.bouncycastle.openpgp.examples.EllipticCurveKeyPairGenerator
A simple utility class that generates an OpenPGP key ring using
Ed25519 for certification and signing and X25519 for encryption.
usage: EllipticCurveKeyPairGenerator [-a] identity passPhrase
Where identity is the name to be associated with the public key.
The keys are written to pub.[asc|bpg] and secret.[asc|bpg].
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EllipticCurveKeyPairGenerator
public EllipticCurveKeyPairGenerator()
-
-
Method Details
-
main
-