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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX400Address.java33 * This class defines the X400Address of the GeneralName choice.
335 public class X400Address implements GeneralNameInterface { class in inherits:GeneralNameInterface
341 * Create the X400Address object from the specified byte array
345 public X400Address(byte[] value) { method in class:X400Address
350 * Create the X400Address object from the passed encoded Der value.
352 * @param derValue the encoded DER X400Address.
355 public X400Address(DerValue derValue) throws IOException { method in class:X400Address
369 * @param out the DER stream to encode the X400Address to.
381 return ("X400Address: <DER-encoded value>");
406 //Narrowing, widening, and match constraints not defined in rfc2459 for X400Address
[all...]
H A DGeneralSubtrees.java260 newName = new GeneralName(new X400Address((byte[])null));
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.java955 result = new X400Address(val);

Completed in 141 milliseconds