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

/libcore/ojluni/src/main/java/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...]

Completed in 58 milliseconds