Class AEVerifier


  • public class AEVerifier
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String modulus  
      private static java.lang.String pub_exp  
    • Constructor Summary

      Constructors 
      Constructor Description
      AEVerifier()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void verifyData​(java.io.File file)  
      protected static void verifyData​(java.io.File file, java.security.interfaces.RSAPublicKey key)  
      static void verifyData​(java.lang.String data, byte[] signature)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait