Uses of Interface
org.apache.sshd.common.config.keys.OpenSshCertificate
-
Packages that use OpenSshCertificate Package Description org.apache.sshd.common.config.keys org.apache.sshd.common.config.keys.impl org.apache.sshd.common.keyprovider org.apache.sshd.common.util.buffer.keys -
-
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 classOpenSshCertificateImplMethods in org.apache.sshd.common.config.keys with parameters of type OpenSshCertificate Modifier and Type Method Description static booleanKeyUtils. compareOpenSSHCertificateKeys(OpenSshCertificate k1, OpenSshCertificate k2)static booleanOpenSshCertificate. isValidNow(OpenSshCertificate cert)Determines whether the givenOpenSshCertificateis 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 OpenSshCertificateOpenSSHCertificateDecoder. clonePrivateKey(OpenSshCertificate key)OpenSshCertificateOpenSSHCertificateDecoder. clonePublicKey(OpenSshCertificate key)OpenSshCertificateOpenSSHCertificateDecoder. decodePublicKey(SessionContext session, String keyType, InputStream keyData, Map<String,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)StringOpenSSHCertificateDecoder. encodePublicKey(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, String keyType)Methods in org.apache.sshd.common.keyprovider that return types with arguments of type OpenSshCertificate Modifier and Type Method Description Iterable<OpenSshCertificate>FileHostKeyCertificateProvider. loadCertificates(SessionContext session)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(String keyType, Buffer buffer)
-