super(TAG_SET, type); //FIXME implement check for distinct tags //if (!hasDistinctTags(type)) { // throw new RuntimeException("ASN1 set type: " + getClass().getName() // + " MUST have alternatives with distinct tags"); //}
in.readSet(this); if(in.isVerify){ return null; } return getDecodedObject(in);
out.encodeSet(this);
out.getSetLength(this);