Tagged Questions
1
vote
2answers
1k views
How can I translate Perl's Convert::ASN1 to Ruby code?
Can somebody advise me what this code does and how can I convert it to Ruby in most simple way?
#!perl
use Convert::ASN1;
my $asn1 = Convert::ASN1->new(encoding => 'DER');
...