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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeMessage.java1178 static final class DistinguishedName { class in class:HandshakeMessage
1186 DistinguishedName(HandshakeInStream input) throws IOException { method in class:HandshakeMessage.DistinguishedName
1190 DistinguishedName(X500Principal dn) { method in class:HandshakeMessage.DistinguishedName
1226 * DistinguishedName certificate_authorities<0..2^16-1>;
1234 * DistinguishedName certificate_authorities<0..2^16-1>;
1262 DistinguishedName authorities []; // 3 to 2^16 - 1
1281 authorities = new DistinguishedName[ca.length];
1284 authorities[i] = new DistinguishedName(x500Principal);
1349 ArrayList<DistinguishedName> v = new ArrayList<>();
1351 DistinguishedName d
[all...]

Completed in 62 milliseconds