com.sshtools.daemon.authentication
Class AuthorizationFileVerification
java.lang.Object
com.sshtools.daemon.authentication.AuthorizationFileVerification
- PublicKeyVerification
public class AuthorizationFileVerification
extends java.lang.Object
boolean | acceptKey(String username, String algorithm, byte[] encoded)
|
boolean | verifyKeySignature(String username, String algorithm, byte[] encoded, String service, byte[] sessionId, byte[] signature)
|
acceptKey
public boolean acceptKey(String username,
String algorithm,
byte[] encoded)
throws IOException
- acceptKey in interface PublicKeyVerification
username
- algorithm
- encoded
-
verifyKeySignature
public boolean verifyKeySignature(String username,
String algorithm,
byte[] encoded,
String service,
byte[] sessionId,
byte[] signature)
throws IOException
- verifyKeySignature in interface PublicKeyVerification
username
- algorithm
- encoded
- service
- sessionId
- signature
-
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.