org.gudy.azureus2.core3.util
Class AEVerifier

java.lang.Object
  extended by org.gudy.azureus2.core3.util.AEVerifier

public class AEVerifier
extends Object


Constructor Summary
AEVerifier()
           
 
Method Summary
static void verifyData(File file)
           
protected static void verifyData(File file, RSAPublicKey key)
           
static void verifyData(String data, byte[] signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AEVerifier

public AEVerifier()
Method Detail

verifyData

public static void verifyData(File file)
                       throws AEVerifierException,
                              Exception
Throws:
AEVerifierException
Exception

verifyData

protected static void verifyData(File file,
                                 RSAPublicKey key)
                          throws AEVerifierException,
                                 Exception
Throws:
AEVerifierException
Exception

verifyData

public static void verifyData(String data,
                              byte[] signature)
                       throws AEVerifierException,
                              Exception
Throws:
AEVerifierException
Exception