< prev index next >

src/share/classes/sun/security/x509/X500Name.java

Print this page
rev 13439 : 8213952: Relax DNSName restriction as per RFC 1123
Reviewed-by: weijun, mullan, chegar

@@ -1217,11 +1217,11 @@
     /*
      * Domain component OID from RFC 1274, RFC 2247, RFC 3280
      */
 
     /*
-     * OID for "DC=" domain component attributes, used with DNS names in DN
+     * OID for "DC=" domain component attributes, used with DNSNames in DN
      * format
      */
         DOMAIN_COMPONENT_OID =
             intern(ObjectIdentifier.newInternal(DOMAIN_COMPONENT_DATA));
 
< prev index next >