Class KeyUsage

java.lang.Object
com.netscape.certsrv.extensions.CMSExtension
com.netscape.cmscore.extensions.KeyUsage

public class KeyUsage extends CMSExtension
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final boolean[]
     
    static org.slf4j.Logger
     

    Fields inherited from class com.netscape.certsrv.extensions.CMSExtension

    EXT_IS_CRITICAL, EXT_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
    KeyUsage(boolean setDefault)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mozilla.jss.netscape.security.x509.Extension
    Get an instance of the extension given http input.
    getFormParams(org.mozilla.jss.netscape.security.x509.Extension extension)
    Get Javascript name value pairs to put into the request processing template.
    Get name of this extension.
    org.mozilla.jss.netscape.security.util.ObjectIdentifier
    Get object identifier associated with this extension.
    void
    initialize from configuration file

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      public static org.slf4j.Logger logger
    • DEF_BITS

      protected static final boolean[] DEF_BITS
  • Constructor Details

    • KeyUsage

      public KeyUsage(boolean setDefault)
  • Method Details