public class EllipticCurveKeyPairGenerator
extends java.lang.Object
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].