Class JavaSecSignatureVerifier

    • Constructor Summary

      Constructors 
      Constructor Description
      JavaSecSignatureVerifier​(java.lang.String keyAlgorithm, java.lang.String signatureAlgorithm)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.KeyFactory getKeyFactory()  
      protected abstract java.security.PublicKey getPublicKey​(org.minidns.record.DNSKEY key)  
      protected abstract byte[] getSignature​(org.minidns.record.RRSIG rrsig)  
      boolean verify​(byte[] content, org.minidns.record.RRSIG rrsig, org.minidns.record.DNSKEY key)  
      • Methods inherited from class java.lang.Object

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