Class RFC822Name

java.lang.Object
org.mozilla.jss.netscape.security.x509.RFC822Name
All Implemented Interfaces:
Serializable, GeneralNameInterface

public class RFC822Name extends Object implements GeneralNameInterface
This class implements the RFC822Name as required by the GeneralNames ASN.1 object.
Version:
1.3
See Also:
  • Field Details

  • Constructor Details

    • RFC822Name

      public RFC822Name(DerValue derValue) throws IOException
      Create the RFC822Name object from the passed encoded Der value.
      Parameters:
      derValue - the encoded DER RFC822Name.
      Throws:
      IOException - on error.
    • RFC822Name

      public RFC822Name(String name)
      Create the RFC822Name object with the specified name.
      Parameters:
      name - the RFC822Name.
  • Method Details