Kristian,

Many thanks - This worked for me but obviously only with JRuby 1.7.1!

Do you know if these issues will be resolved with JRuby 1.7.3 or later ?

Regards,

Carl

On 18 Jan 2013, at 15:30, kristian <m.krist...@web.de> wrote:

> in java you write
> new DERObjectIdentifier("1.3.6.1.4.1.311.20.2.3")
> that translated to ruby syntax is
> DERObjectIdentifier.new("1.3.6.1.4.1.311.20.2.3")
> 
> - Kristian
> 
> On Fri, Jan 18, 2013 at 8:55 PM, kristian <m.krist...@web.de> wrote:
>> On Fri, Jan 18, 2013 at 8:48 PM, Carl Bourne <carl.bou...@me.com> wrote:
>>> v.add.DERObjectIdentifier.new("1.3.6.1.4.1.311.20.2.3")
>> 
>> 
>> v.add(DERObjectIdentifier.new("1.3.6.1.4.1.311.20.2.3"))
>> 
>> DERObjectIdentifier is Class object and you want to add an instance of it to 
>> v
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
> 
>    http://xircles.codehaus.org/manage_email
> 
> 


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to