Uses of Interface
org.apache.sshd.common.config.keys.OpenSshCertificate
Packages that use OpenSshCertificate
Package
Description
-
Uses of OpenSshCertificate in org.apache.sshd.common.config.keys
Classes in org.apache.sshd.common.config.keys that implement OpenSshCertificateMethods in org.apache.sshd.common.config.keys with parameters of type OpenSshCertificateModifier and TypeMethodDescriptionstatic booleanKeyUtils.compareOpenSSHCertificateKeys(OpenSshCertificate k1, OpenSshCertificate k2) static booleanOpenSshCertificate.isValidAt(OpenSshCertificate cert, 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.static booleanOpenSshCertificate.verifySignature(OpenSshCertificate cert, List<NamedFactory<Signature>> signatureFactories) Verifies the signature of the certificate. -
Uses of OpenSshCertificate in org.apache.sshd.common.config.keys.impl
Methods in org.apache.sshd.common.config.keys.impl that return OpenSshCertificateModifier and TypeMethodDescriptionOpenSSHCertificateDecoder.decodePublicKey(SessionContext session, String keyType, InputStream keyData, Map<String, String> headers) -
Uses of OpenSshCertificate in org.apache.sshd.common.keyprovider
Methods in org.apache.sshd.common.keyprovider that return OpenSshCertificateModifier and TypeMethodDescriptiondefault OpenSshCertificateHostKeyCertificateProvider.loadCertificate(SessionContext session, String keyType) Methods in org.apache.sshd.common.keyprovider that return types with arguments of type OpenSshCertificateModifier and TypeMethodDescriptionFileHostKeyCertificateProvider.loadCertificates(SessionContext session) HostKeyCertificateProvider.loadCertificates(SessionContext session) -
Uses of OpenSshCertificate in org.apache.sshd.common.util.buffer.keys
Subclasses with type arguments of type OpenSshCertificate in org.apache.sshd.common.util.buffer.keysMethods in org.apache.sshd.common.util.buffer.keys that return OpenSshCertificateModifier and TypeMethodDescriptionOpenSSHCertPublicKeyParser.getRawPublicKey(String keyType, Buffer buffer)