Package com.mwdle.bitwarden.model
Class BitwardenSshKey
java.lang.Object
com.mwdle.bitwarden.model.BitwardenSshKey
Represents the nested
sshKey
object within a Bitwarden item JSON,
containing the private and public key fields.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the private key text.Gets the public key text.
-
Constructor Details
-
BitwardenSshKey
public BitwardenSshKey()
-
-
Method Details
-
getPrivateKey
Gets the private key text.- Returns:
- The private key as a
Secret
.
-
getPublicKey
Gets the public key text.- Returns:
- The public key text.
-