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 voidDHGClient. 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 classOpenSshCertificateImpl -
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 OpenSshCertificateOpenSSHCertificateDecoder. clonePrivateKey(OpenSshCertificate key)OpenSshCertificateOpenSSHCertificateDecoder. clonePublicKey(OpenSshCertificate key)OpenSshCertificateOpenSSHCertificateDecoder. 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 OpenSshCertificateOpenSSHCertificateDecoder. clonePrivateKey(OpenSshCertificate key)OpenSshCertificateOpenSSHCertificateDecoder. clonePublicKey(OpenSshCertificate key)java.lang.StringOpenSSHCertificateDecoder. 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 OpenSshCertificateHostKeyCertificateProvider. 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 OpenSshCertificateOpenSSHCertPublicKeyParser. getRawPublicKey(java.lang.String keyType, Buffer buffer)
-