Interface SshPublicKey

All Superinterfaces:
Key, PublicKey, Serializable
All Known Subinterfaces:
OpenSshCertificate, SecurityKeyPublicKey<K>
All Known Implementing Classes:
OpenSshCertificateImpl, SkEcdsaPublicKey, SkED25519PublicKey, UnsupportedSshPublicKey

public interface SshPublicKey extends PublicKey
A PublicKey that has an SSH key type.
Author:
Apache MINA SSHD Project
  • Method Details

    • getKeyType

      String getKeyType()
      Retrieves the SSH key type.
      Returns:
      the SSH key type, never null.