Uses of Interface
com.sshtools.common.knownhosts.HostKeyVerification
Packages that use HostKeyVerification
-
Uses of HostKeyVerification in com.sshtools.common.knownhosts
Classes in com.sshtools.common.knownhosts that implement HostKeyVerificationModifier and TypeClassDescriptionclassclassclassclassAn abstract HostKeyVerification class implementation providing validation against the known_hosts format.classThis is aHostKeyVerificationimplementation that will validate an X509 public key.Methods in com.sshtools.common.knownhosts with parameters of type HostKeyVerificationModifier and TypeMethodDescriptionvoidHostKeyVerificationManager.addVerifier(HostKeyVerification verif) Constructors in com.sshtools.common.knownhosts with parameters of type HostKeyVerificationConstructor parameters in com.sshtools.common.knownhosts with type arguments of type HostKeyVerificationModifierConstructorDescriptionHostKeyVerificationManager(Collection<? extends HostKeyVerification> verifiers)