setFactory static method
Implementation
static void setFactory(String algorithm, PrivateKeyFactory factory) {
var helper = sharedCryptoExtensions.privateHelper;
helper!.setPrivateKeyFactory(algorithm, factory);
}
static void setFactory(String algorithm, PrivateKeyFactory factory) {
var helper = sharedCryptoExtensions.privateHelper;
helper!.setPrivateKeyFactory(algorithm, factory);
}