parse From Jca
fun CryptoSignature.Companion.parseFromJca(input: ByteArray, algorithm: SignatureAlgorithm): CryptoSignature
In Java EC signatures are returned as DER-encoded, RSA signatures however are raw bytearrays
fun CryptoSignature.Companion.parseFromJca(input: ByteArray, algorithm: SpecializedSignatureAlgorithm): CryptoSignature
Parses a signature produced by the JCA digestwithECDSA algorithm.