Searched defs:commonName (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h66 char *commonName; /* name of the module to display to the user */ member in struct:SECMODModuleStr
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java365 final String commonName; field in class:Secmod.Module
375 Module(String libraryDir, String libraryName, String commonName, argument
393 || commonName.equals("Builtin Roots Module")) {
400 + "module: " + libraryName + ", " + commonName);
404 this.commonName = commonName;
414 commonName + " " + slot, slot);
549 commonName + " (" + type + ", " + libraryName + ", slot " + slot + ")";
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX500Name.java198 * @param commonName common name of a person, e.g. "Vivette Davis"
203 public X500Name(String commonName, String organizationUnit, argument
213 new DerValue(commonName));
233 * @param commonName common name of a person, e.g. "Vivette Davis"
240 public X500Name(String commonName, String organizationUnit, argument
251 new DerValue(commonName));

Completed in 27 milliseconds