* a new instance of name and copies the references. Modification of the
* contents of the old name modifies the contents of the new one and
* vice versa. --volker roth
*/
try {
dirN_ = new Name(dirname.getName(), -1);
} catch (BadNameException e) {
throw new IllegalStateException("INTERNAL ERROR");
}
/*
* This is one of the most nasty issues in ASN.1. GeneralName is