Interface PublicKeyVerification

All Known Implementing Classes:
AuthorizationFileVerification

public interface PublicKeyVerification
Version:
$Revision: 1.13 $
Author:
$author$
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    acceptKey(String username, String algorithm, byte[] encoded)
     
    boolean
    verifyKeySignature(String username, String algorithm, byte[] encoded, String service, byte[] sessionId, byte[] signature)
     
  • Method Details

    • verifyKeySignature

      boolean verifyKeySignature(String username, String algorithm, byte[] encoded, String service, byte[] sessionId, byte[] signature) throws IOException
      Parameters:
      username -
      algorithm -
      encoded -
      service -
      sessionId -
      signature -
      Returns:
      Throws:
      IOException
    • acceptKey

      boolean acceptKey(String username, String algorithm, byte[] encoded) throws IOException
      Parameters:
      username -
      algorithm -
      encoded -
      Returns:
      Throws:
      IOException