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 OpenSshCertificateOpenSshCertificateBuilder. sign(java.security.KeyPair caKeypair)Creates a certificate signed with the given CA key.OpenSshCertificateOpenSshCertificateBuilder. 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 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 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. isValidAt(OpenSshCertificate cert, java.time.Instant time)Determines whether the givenOpenSshCertificateis valid at the givenInstant.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, 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) -
Uses of OpenSshCertificate in org.apache.sshd.server.auth.pubkey
Methods in org.apache.sshd.server.auth.pubkey with parameters of type OpenSshCertificate Modifier and Type Method Description protected booleanAuthorizedKeyEntriesPublickeyAuthenticator. matchesPrincipals(AuthorizedKeyEntry entry, java.lang.String username, OpenSshCertificate cert, ServerSession session)protected voidUserAuthPublicKey. verifyCertificateSignature(ServerSession session, OpenSshCertificate cert)protected voidUserAuthPublicKey. verifyCertificateSources(ServerSession session, OpenSshCertificate cert)
-