Uses of Interface
org.apache.sshd.common.config.keys.OpenSshCertificate
-
-
Uses of OpenSshCertificate in org.apache.sshd.certificate
Methods in org.apache.sshd.certificate that return OpenSshCertificate Modifier and Type Method Description OpenSshCertificate
OpenSshCertificateBuilder. sign(java.security.KeyPair caKeypair)
Creates a certificate signed with the given CA key.OpenSshCertificate
OpenSshCertificateBuilder. sign(java.security.KeyPair caKeypair, java.lang.String signatureAlgorithm)
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 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
Methods in org.apache.sshd.common.config.keys with parameters of type OpenSshCertificate Modifier and Type Method Description static 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 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)
-