Interface V2PublicCryptoProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] sign​(byte[] payload, byte[] footer, java.security.PrivateKey privateKey)  
      boolean verify​(byte[] message, byte[] footer, byte[] signature, java.security.PublicKey publicKey)  
    • Method Detail

      • sign

        byte[] sign​(byte[] payload,
                    byte[] footer,
                    java.security.PrivateKey privateKey)
      • verify

        boolean verify​(byte[] message,
                       byte[] footer,
                       byte[] signature,
                       java.security.PublicKey publicKey)