All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.security.x509.URIName

netscape.security.x509.URIName

public class URIName
implements GeneralNameInterface
This class implements the URIName as required by the GeneralNames ASN.1 object.

See Also:
GeneralName, GeneralNames, GeneralNameInterface

Constructor Index

 o URIName(DerValue)
Create the URIName object from the passed encoded Der value.
 o URIName(String)
Create the URIName object with the specified name.

Method Index

 o encode(DerOutputStream)
Encode the URI name into the DerOutputStream.
 o getType()
Return the type of the GeneralName.
 o toString()
Convert the name into user readable string.

Constructors

 o URIName
 public URIName(DerValue derValue) throws IOException
Create the URIName object from the passed encoded Der value.

Parameters:
derValue - the encoded DER URIName.
Throws: IOException
on error.
 o URIName
 public URIName(String name)
Create the URIName object with the specified name.

Parameters:
name - the URIName.

Methods

 o getType
 public int getType()
Return the type of the GeneralName.

 o encode
 public void encode(DerOutputStream out) throws IOException
Encode the URI name into the DerOutputStream.

Parameters:
out - the DER stream to encode the URIName to.
Throws: IOException
on encoding errors.
 o toString
 public String toString()
Convert the name into user readable string.


All Packages  Class Hierarchy  This Package  Previous  Next  Index