getOrNull
abstract fun <A : CryptographyAlgorithm> getOrNull(identifier: CryptographyAlgorithmId<A>): A?(source)
Looks up the algorithm matching identifier in this provider.
Returns null if this provider does not support the requested algorithm.
Use get when the algorithm is expected to be available.