Class CertificateScopeEntry

java.lang.Object
org.mozilla.jss.netscape.security.extensions.CertificateScopeEntry

public class CertificateScopeEntry extends Object
This represents the CertificateScopeOfUse extension as defined in draft-thayes-cert-scope-00 CertificateScopeEntry ::= SEQUENCE { name GeneralName, -- pattern, as for NameConstraints portNumber INTEGER OPTIONAL } CertificateScopeOfUse ::= SEQUENCE OF CertificateScopeEntry
Version:
$Revision$, $Date$
  • Field Details

  • Constructor Details

    • CertificateScopeEntry

      public CertificateScopeEntry(DerValue val) throws IOException
      Constructs scope with der value.
      Throws:
      IOException
    • CertificateScopeEntry

      public CertificateScopeEntry(GeneralName gn, BigInt port)
      Constructs scope wit
  • Method Details