Uses of Interface
org.apache.sshd.common.config.keys.SshPublicKey
-
Packages that use SshPublicKey Package Description org.apache.sshd.common.config.keys org.apache.sshd.common.config.keys.u2f -
-
Uses of SshPublicKey in org.apache.sshd.common.config.keys
Subinterfaces of SshPublicKey in org.apache.sshd.common.config.keys Modifier and Type Interface Description interfaceOpenSshCertificateAn OpenSSH certificate key as specified by OpenSSH.Classes in org.apache.sshd.common.config.keys that implement SshPublicKey Modifier and Type Class Description classOpenSshCertificateImplclassUnsupportedSshPublicKeyA representation of an unsupported SSH public key -- just a key type and the raw key data. -
Uses of SshPublicKey in org.apache.sshd.common.config.keys.u2f
Subinterfaces of SshPublicKey in org.apache.sshd.common.config.keys.u2f Modifier and Type Interface Description interfaceSecurityKeyPublicKey<K extends java.security.PublicKey>Classes in org.apache.sshd.common.config.keys.u2f that implement SshPublicKey Modifier and Type Class Description classSkEcdsaPublicKeyclassSkED25519PublicKey
-