obj = v2Form; choiceObj = new DERTaggedObject(true, 0, obj);
Produce an object suitable for an ASN1OutputStream. AttCertIssuer ::= CHOICE { v1Form GeneralNames, -- MUST NOT be used in this -- profile v2Form [0] V2Form -- v2 only } return choiceObj;
AttCertIssuer ::= CHOICE { v1Form GeneralNames, -- MUST NOT be used in this -- profile v2Form [0] V2Form -- v2 only }
return choiceObj;