Class RequiredServerKeyVerifier

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
All Implemented Interfaces:
ServerKeyVerifier

public class RequiredServerKeyVerifier extends AbstractLoggingBean implements ServerKeyVerifier
A ServerKeyVerifier that accepts one server key (specified in the constructor)
Author:
Apache MINA SSHD Project
  • Constructor Details

    • RequiredServerKeyVerifier

      public RequiredServerKeyVerifier(PublicKey requiredKey)
  • Method Details