getFactory static method
Implementation
static PrivateKeyFactory? getFactory(String algorithm) {
var helper = sharedCryptoExtensions.privateHelper;
return helper!.getPrivateKeyFactory(algorithm);
}
static PrivateKeyFactory? getFactory(String algorithm) {
var helper = sharedCryptoExtensions.privateHelper;
return helper!.getPrivateKeyFactory(algorithm);
}