Class ExtensionValue


  • public class ExtensionValue
    extends java.lang.Object
    Extension value control.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtensionValue​(boolean critical, org.bouncycastle.asn1.ASN1Encodable value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.ASN1Encodable getValue()  
      boolean isCritical()  
      • Methods inherited from class java.lang.Object

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

      • ExtensionValue

        public ExtensionValue​(boolean critical,
                              org.bouncycastle.asn1.ASN1Encodable value)
    • Method Detail

      • isCritical

        public boolean isCritical()
      • getValue

        public org.bouncycastle.asn1.ASN1Encodable getValue()