Class SignatureMethodRSAImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      SignatureMethodRSAImpl​(java.lang.String algorithm)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String calculate​(java.lang.String header, java.lang.String payload, PrivateKey signingKey)
      Calculate the signature of given header.payload as for appendix-A.2.1
      java.lang.String getAlgorithm()  
      boolean verify​(java.lang.String signature, java.lang.String header, java.lang.String payload, PublicKey verifyingKey)
      Verify the signature of given header.payload as for appendix-A.2.2
      • Methods inherited from class java.lang.Object

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