getPublicKeyFactory abstract method

PublicKeyFactory? getPublicKeyFactory(
  1. String algorithm
)

Get public key factory for the specified algorithm.

Implementation

PublicKeyFactory? getPublicKeyFactory(String algorithm);