Class KeyUsage

    • Constructor Summary

      Constructors 
      Constructor Description
      KeyUsage​(boolean setDefault)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.mozilla.jss.netscape.security.x509.Extension getExtension​(IArgBlock args)
      Get an instance of the extension given http input.
      IArgBlock getFormParams​(org.mozilla.jss.netscape.security.x509.Extension extension)
      Get Javascript name value pairs to put into the request processing template.
      java.lang.String getName()
      Get name of this extension.
      org.mozilla.jss.netscape.security.util.ObjectIdentifier getOID()
      Get object identifier associated with this extension.
      void init​(IConfigStore config)
      initialize from configuration file
      • Methods inherited from class java.lang.Object

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

      • logger

        public static org.slf4j.Logger logger
      • DEF_BITS

        protected static final boolean[] DEF_BITS
    • Constructor Detail

      • KeyUsage

        public KeyUsage​(boolean setDefault)