Class Certprofile.ExtKeyUsageControl

  • Enclosing class:
    Certprofile

    public static class Certprofile.ExtKeyUsageControl
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtKeyUsageControl​(org.bouncycastle.asn1.ASN1ObjectIdentifier extKeyUsage, boolean required)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.ASN1ObjectIdentifier getExtKeyUsage()  
      boolean isRequired()  
      • Methods inherited from class java.lang.Object

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

      • ExtKeyUsageControl

        public ExtKeyUsageControl​(org.bouncycastle.asn1.ASN1ObjectIdentifier extKeyUsage,
                                  boolean required)
    • Method Detail

      • getExtKeyUsage

        public org.bouncycastle.asn1.ASN1ObjectIdentifier getExtKeyUsage()
      • isRequired

        public boolean isRequired()