Uses of Interface
org.apache.sshd.common.config.keys.OpenSshCertificate
-
-
Uses of OpenSshCertificate in org.apache.sshd.client.kex
Methods in org.apache.sshd.client.kex with parameters of type OpenSshCertificate Modifier and Type Method Description protected 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 Modifier and Type Class Description class
OpenSshCertificateImpl
-
Uses of OpenSshCertificate in org.apache.sshd.common.config.keys.impl
Methods in org.apache.sshd.common.config.keys.impl that return OpenSshCertificate Modifier and Type Method Description OpenSshCertificate
OpenSSHCertificateDecoder. clonePrivateKey(OpenSshCertificate key)
OpenSshCertificate
OpenSSHCertificateDecoder. clonePublicKey(OpenSshCertificate key)
OpenSshCertificate
OpenSSHCertificateDecoder. decodePublicKey(SessionContext session, java.lang.String keyType, java.io.InputStream keyData, java.util.Map<java.lang.String,java.lang.String> headers)
Methods in org.apache.sshd.common.config.keys.impl with parameters of type OpenSshCertificate Modifier and Type Method Description OpenSshCertificate
OpenSSHCertificateDecoder. clonePrivateKey(OpenSshCertificate key)
OpenSshCertificate
OpenSSHCertificateDecoder. clonePublicKey(OpenSshCertificate key)
java.lang.String
OpenSSHCertificateDecoder. encodePublicKey(java.io.OutputStream s, OpenSshCertificate key)
-
Uses of OpenSshCertificate in org.apache.sshd.common.keyprovider
Methods in org.apache.sshd.common.keyprovider that return OpenSshCertificate Modifier and Type Method Description default OpenSshCertificate
HostKeyCertificateProvider. loadCertificate(SessionContext session, java.lang.String keyType)
Methods in org.apache.sshd.common.keyprovider that return types with arguments of type OpenSshCertificate Modifier and Type Method Description java.lang.Iterable<OpenSshCertificate>
FileHostKeyCertificateProvider. loadCertificates(SessionContext session)
java.lang.Iterable<OpenSshCertificate>
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 OpenSshCertificate Modifier and Type Method Description OpenSshCertificate
OpenSSHCertPublicKeyParser. getRawPublicKey(java.lang.String keyType, Buffer buffer)
-