Class SHA256withECDSASignatureVerification

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkSignature​(java.security.cert.X509Certificate certificate, byte[] signedBytes, byte[] signature)  
      boolean checkSignature​(java.security.PublicKey publicKey, byte[] signedBytes, byte[] signature)  
      java.security.PublicKey decodePublicKey​(byte[] encodedPublicKey)  
      byte[] hash​(byte[] bytes)  
      byte[] hash​(java.lang.String str)  
      • Methods inherited from class java.lang.Object

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