Interface SecretKey

All Superinterfaces:
Key
All Known Implementing Classes:
IdentitySecretKey, KeyAgreementSecretKey

public interface SecretKey extends Key
  • Method Details

    • toUnmaskedString

      String toUnmaskedString()
      Unlike Object.toString(), this method returns an unmasked secret key.
      Returns:
      unmasked string representation of the secret key