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

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

  • Constructor Details

    • OIDName

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

      public OIDName(ObjectIdentifier oid)
      Create the OIDName object with the specified name.
      Parameters:
      oid - the OIDName.
    • OIDName

      public OIDName(String oid)
  • Method Details