corda / net.corda.core.crypto / Crypto / registerProviders

registerProviders

@JvmStatic fun registerProviders(): Unit

Method to force registering all Crypto-related cryptography Providers. It is recommended that it is invoked first thing on main functions, so the Providers are in place before any cryptographic operation is requested outside Crypto (i.e., SecureRandom, KeyStore, cert-path validation, CRL & CSR checks etc.).