Class KeyGenerator.SSHKeyPair

java.lang.Object
io.levysworks.utilities.KeyGenerator.SSHKeyPair
Enclosing class:
KeyGenerator

public static class KeyGenerator.SSHKeyPair extends Object
Represents a pair of SSH keys: private and public.
  • Constructor Details

    • SSHKeyPair

      public SSHKeyPair(String privateKey, String publicKey)
      Constructs an SSHKeyPair.
      Parameters:
      privateKey - the private key string
      publicKey - the public key string
  • Method Details

    • getPrivateKey

      public String getPrivateKey()
    • getPublicKey

      public String getPublicKey()