Interface ECDSACryptoProvider


  • public interface ECDSACryptoProvider
    • Method Detail

      • concatenatedRSToASN1DER

        byte[] concatenatedRSToASN1DER​(byte[] signature,
                                       int signLength)
                                throws IOException
        Throws:
        IOException
      • asn1derToConcatenatedRS

        byte[] asn1derToConcatenatedRS​(byte[] derEncodedSignatureValue,
                                       int signLength)
                                throws IOException
        Throws:
        IOException