public class DefaultPublicKeyAuthenticationVerifier extends Object implements PublicKeyAuthenticationVerifier
Constructor and Description |
---|
DefaultPublicKeyAuthenticationVerifier() |
Modifier and Type | Method and Description |
---|---|
boolean |
verifySignature(SshPublicKey key,
byte[] signature,
byte[] data) |
public DefaultPublicKeyAuthenticationVerifier()
public boolean verifySignature(SshPublicKey key, byte[] signature, byte[] data) throws SshException
verifySignature
in interface PublicKeyAuthenticationVerifier
SshException
Copyright © 2024. All rights reserved.