Class BitwardenSshKey

java.lang.Object
com.mwdle.bitwarden.model.BitwardenSshKey

public class BitwardenSshKey extends Object
Represents the nested sshKey object within a Bitwarden item JSON, containing the private and public key fields.
  • Constructor Details

    • BitwardenSshKey

      public BitwardenSshKey()
  • Method Details

    • getPrivateKey

      public Secret getPrivateKey()
      Gets the private key text.
      Returns:
      The private key as a Secret.
    • getPublicKey

      public String getPublicKey()
      Gets the public key text.
      Returns:
      The public key text.