Uses of Interface
org.apache.sshd.common.config.keys.OpenSshCertificate
Packages that use OpenSshCertificate
Package
Description
-
Uses of OpenSshCertificate in org.apache.sshd.client.kex
Methods in org.apache.sshd.client.kex with parameters of type OpenSshCertificateModifier and TypeMethodDescriptionprotected void
DHGClient.verifyCertificate
(Session session, OpenSshCertificate openSshKey) -
Uses of OpenSshCertificate in org.apache.sshd.common.config.keys
Classes in org.apache.sshd.common.config.keys that implement OpenSshCertificate -
Uses of OpenSshCertificate in org.apache.sshd.common.config.keys.impl
Methods in org.apache.sshd.common.config.keys.impl that return OpenSshCertificateModifier and TypeMethodDescriptionOpenSSHCertificateDecoder.clonePrivateKey
(OpenSshCertificate key) OpenSSHCertificateDecoder.clonePublicKey
(OpenSshCertificate key) OpenSSHCertificateDecoder.decodePublicKey
(SessionContext session, String keyType, InputStream keyData, Map<String, String> headers) Methods in org.apache.sshd.common.config.keys.impl with parameters of type OpenSshCertificateModifier and TypeMethodDescriptionOpenSSHCertificateDecoder.clonePrivateKey
(OpenSshCertificate key) OpenSSHCertificateDecoder.clonePublicKey
(OpenSshCertificate key) OpenSSHCertificateDecoder.encodePublicKey
(OutputStream s, OpenSshCertificate key) -
Uses of OpenSshCertificate in org.apache.sshd.common.keyprovider
Methods in org.apache.sshd.common.keyprovider that return OpenSshCertificateModifier and TypeMethodDescriptiondefault OpenSshCertificate
HostKeyCertificateProvider.loadCertificate
(SessionContext session, String keyType) Methods in org.apache.sshd.common.keyprovider that return types with arguments of type OpenSshCertificateModifier and TypeMethodDescriptionFileHostKeyCertificateProvider.loadCertificates
(SessionContext session) HostKeyCertificateProvider.loadCertificates
(SessionContext session) -
Uses of OpenSshCertificate in org.apache.sshd.common.util.buffer.keys
Methods in org.apache.sshd.common.util.buffer.keys that return OpenSshCertificateModifier and TypeMethodDescriptionOpenSSHCertPublicKeyParser.getRawPublicKey
(String keyType, Buffer buffer)