getPrivateKeyFactory abstract method

PrivateKeyFactory? getPrivateKeyFactory(
  1. String algorithm
)

Get private key factory for the specified algorithm.

Implementation

PrivateKeyFactory? getPrivateKeyFactory(String algorithm);