Interface PublicKeyAuthenticationVerifier

All Known Implementing Classes:
DefaultPublicKeyAuthenticationVerifier

public interface PublicKeyAuthenticationVerifier
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    verifySignature(SshPublicKey key, byte[] signature, byte[] data)