-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta
-
sparc
-
solaris_7
sean.mullan@ireland 2000-10-27
The javadoc for X509CRLSelector.setIssuerNames() states:
"names - a Collection with one entry per name"
and "Each name is a String or a byte array representing a
distinguished name".
This could imply that duplicate names should be removed
from the resulting Collection that is returned by
getIssuerNames(). The JCK tests found an inconsistency in
that duplicate String names were removed but duplicate byte[] names
were not. Also duplicate names where one form was a byte[] and the
other is a String were also not removed.