Instances

object Instances

This is a collection of crypto related getInstance methods that tend to be quite inefficient and we want to be able to optimise them en masse.

Functions

Link copied to clipboard
fun getSignatureInstance(algorithm: String, provider: Provider?): Signature
Link copied to clipboard
Link copied to clipboard
fun <A> withSignature(signatureScheme: SignatureScheme, func: (signature: Signature) -> A): A