All Packages Class Hierarchy This Package Previous Next Index
Class netscape.security.x509.RFC822Name
netscape.security.x509.RFC822Name
- public class RFC822Name
- implements GeneralNameInterface
This class implements the RFC822Name as required by the GeneralNames
ASN.1 object.
- See Also:
- GeneralName, GeneralNames, GeneralNameInterface
-
RFC822Name(DerValue)
- Create the RFC822Name object from the passed encoded Der value.
-
RFC822Name(String)
- Create the RFC822Name object with the specified name.
-
encode(DerOutputStream)
- Encode the RFC822 name into the DerOutputStream.
-
getType()
- Return the type of the GeneralName.
-
toString()
- Convert the name into user readable string.
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.
getType
public int getType()
- Return the type of the GeneralName.
encode
public void encode(DerOutputStream out) throws IOException
- Encode the RFC822 name into the DerOutputStream.
- Parameters:
- out - the DER stream to encode the RFC822Name to.
- Throws: IOException
- on encoding errors.
toString
public String toString()
- Convert the name into user readable string.
All Packages Class Hierarchy This Package Previous Next Index