Uses of Interface
org.apache.sshd.common.config.keys.OpenSshCertificate
Packages that use OpenSshCertificate
Package
Description
-
Uses of OpenSshCertificate in org.apache.sshd.certificate
Methods in org.apache.sshd.certificate that return OpenSshCertificateModifier and TypeMethodDescriptionCreates a certificate signed with the given CA key.Creates a certificate signed with the given CA key using the specified signature algorithm. -
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 OpenSshCertificateMethods in org.apache.sshd.common.config.keys with parameters of type OpenSshCertificateModifier and TypeMethodDescriptionstatic boolean
KeyUtils.compareOpenSSHCertificateKeys
(OpenSshCertificate k1, OpenSshCertificate k2) static boolean
OpenSshCertificate.isValidNow
(OpenSshCertificate cert) Determines whether the givenOpenSshCertificate
is valid at the current local system time. -
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)