Class NetscapeCertType

    • Constructor Detail

      • NetscapeCertType

        public NetscapeCertType​(int usage)
        Basic constructor.
        Parameters:
        usage - - the bitwise OR of the Key Usage flags giving the allowed uses for the key. e.g. (X509NetscapeCertType.sslCA | X509NetscapeCertType.smimeCA)
      • NetscapeCertType

        public NetscapeCertType​(ASN1BitString usage)
    • Method Detail

      • hasUsages

        public boolean hasUsages​(int usages)