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 PublicKeyAuthenticationVerifierSshExceptionCopyright © 2025. All rights reserved.