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

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

  • Constructor Details

    • 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.
    • URIName

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