Package io.levysworks.utilities
Class KeyGenerator.SSHKeyPair
java.lang.Object
io.levysworks.utilities.KeyGenerator.SSHKeyPair
- Enclosing class:
KeyGenerator
Represents a pair of SSH keys: private and public.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SSHKeyPair
Constructs an SSHKeyPair.- Parameters:
privateKey- the private key stringpublicKey- the public key string
-
-
Method Details
-
getPrivateKey
-
getPublicKey
-