Interface SshPublicKey
- All Superinterfaces:
Key,PublicKey,Serializable
- All Known Subinterfaces:
OpenSshCertificate,SecurityKeyPublicKey<K>
- All Known Implementing Classes:
OpenSshCertificateImpl,SkEcdsaPublicKey,SkED25519PublicKey,UnsupportedSshPublicKey
A
PublicKey that has an SSH key type.- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields inherited from interface java.security.PublicKey
serialVersionUID -
Method Summary
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getKeyType
String getKeyType()Retrieves the SSH key type.- Returns:
- the SSH key type, never
null.
-