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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DRFC822Name.java34 * This class implements the RFC822Name as required by the GeneralNames
43 public class RFC822Name implements GeneralNameInterface class in inherits:GeneralNameInterface
48 * Create the RFC822Name object from the passed encoded Der value.
50 * @param derValue the encoded DER RFC822Name.
53 public RFC822Name(DerValue derValue) throws IOException { method in class:RFC822Name
59 * Create the RFC822Name object with the specified name.
61 * @param name the RFC822Name.
64 public RFC822Name(String name) throws IOException { method in class:RFC822Name
70 * Parse an RFC822Name string to see if it is a valid
74 * local-part@ could be empty for an RFC822Name NameConstrain
[all...]

Completed in 35 milliseconds