Searched refs:OIDName (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DOIDName.java33 * This class implements the OIDName as required by the GeneralNames
42 public class OIDName implements GeneralNameInterface { class in inherits:GeneralNameInterface
46 * Create the OIDName object from the passed encoded Der value.
48 * @param derValue the encoded DER OIDName.
51 public OIDName(DerValue derValue) throws IOException { method in class:OIDName
56 * Create the OIDName object with the specified name.
58 * @param name the OIDName.
60 public OIDName(ObjectIdentifier oid) { method in class:OIDName
65 * Create the OIDName from the String form of the OID
67 * @param name the OIDName i
70 public OIDName(String name) throws IOException { method in class:OIDName
[all...]
H A DGeneralName.java141 name = new OIDName(encName);
H A DGeneralSubtrees.java276 (new OIDName(new ObjectIdentifier((int[])null)));
H A DX509CertImpl.java1558 nameEntry.add(((OIDName) name).getOID().toString());
/openjdk7/jdk/test/sun/security/x509/equalNames/
H A DAltNamesEqualsTest.java57 private OIDName oidName, oidNameSame, oidNameDiff;
111 private OIDName stringToOIDName(String name)
114 OIDName oidName = null;
116 oidName = new OIDName(oid);
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.java927 result = new OIDName((String)name);
970 result = new OIDName(val);
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java3682 default: gn = new OIDName(v); break; //4

Completed in 114 milliseconds