Uses of Class
io.levysworks.utilities.KeyGenerator.SSHKeyPair
Packages that use KeyGenerator.SSHKeyPair
-
Uses of KeyGenerator.SSHKeyPair in io.levysworks.utilities
Methods in io.levysworks.utilities that return KeyGenerator.SSHKeyPairModifier and TypeMethodDescriptionstatic KeyGenerator.SSHKeyPairKeyGenerator.generateECDSAKeyPair()Generates an ECDSA SSH key pair with 256 bits key size.static KeyGenerator.SSHKeyPairKeyGenerator.generateEd25519KeyPair()Generates an Ed25519 SSH key pair.static KeyGenerator.SSHKeyPairKeyGenerator.generateKeyPair(String keyType, int keySize) Generates an SSH key pair using the system's ssh-keygen command.static KeyGenerator.SSHKeyPairKeyGenerator.generateRSAKeyPair(int keySize) Generates an RSA SSH key pair with the specified size.static KeyGenerator.SSHKeyPairKeyGenerator.RegisterKeypair()Generates an Ed25519 SSH key pair.