Share

Better ASN

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

How to create add an object to tree?

You are viewing a single message from this topic. View all messages.

  1. 2005-02-03 23:25:00 UTC
    Could someone decribe how I'd instantiate an object then add it to a tree insertion? The following code doesnt seem to actually do it:

    ASN1Object a = ASN1Object.decodeNext(s);
    ASN1Object a2 = new OCTETSTRING();
    a2.setValue("test1234");
    a2.setParent(a);

    Thanks.

    PS - GREAT project!, but I never found it till today- after a year of looking for something like this; must be not-so-good marketing :-)
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.