Class ExtensionValues


  • public class ExtensionValues
    extends java.lang.Object
    Container of extension value control.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • ExtensionValues

        public ExtensionValues()
    • Method Detail

      • addExtension

        public void addExtension​(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
                                 boolean critical,
                                 org.bouncycastle.asn1.ASN1Encodable value)
                          throws CertprofileException
        Throws:
        CertprofileException
      • getExtensionTypes

        public java.util.Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> getExtensionTypes()
      • getExtensionValue

        public ExtensionValue getExtensionValue​(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
      • removeExtensionTuple

        public ExtensionValue removeExtensionTuple​(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
      • containsExtension

        public boolean containsExtension​(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
      • size

        public int size()