*This message was transferred with a trial version of CommuniGate(r) Pro*
In what format there should be a key for generation? I have $n=string,
contains 128 byte and $e=65537.
If use
$key = Crypt::OpenSSL::RSA->new_key_from_parameters($n_string, 65537);
show error: Can't call method "pointer_copy" without a package or object
reference at blib/lib/Crypt/OpenSSL/RSA.pm (autosplit into
blib/lib/auto/Crypt/OpenSSL/RSA/new_key_from_parameters.al) line 130.
Help please. Thanks.
|