setPrivateKeyFactory abstract method

void setPrivateKeyFactory(
  1. String algorithm,
  2. PrivateKeyFactory factory
)

Set private key factory for the specified algorithm.

Implementation

void setPrivateKeyFactory(String algorithm, PrivateKeyFactory factory);