Interface SshPublicKey
-
- All Superinterfaces:
java.security.Key,java.security.PublicKey,java.io.Serializable
- All Known Subinterfaces:
OpenSshCertificate,SecurityKeyPublicKey<K>
- All Known Implementing Classes:
OpenSshCertificateImpl,SkEcdsaPublicKey,SkED25519PublicKey,UnsupportedSshPublicKey
public interface SshPublicKey extends java.security.PublicKeyAPublicKeythat has an SSH key type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKeyType()Retrieves the SSH key type.
-