jar

io.quarkiverse.cxf : quarkus-cxf-bc-stub

Maven & Gradle

Mar 12, 2024

Quarkus CXF - BC stubs · A bunch of dummy classes mimicking Bouncy Castle API to make the native compiler happy. In case Bouncy Castle functionality is needed, this artifact should be excluded from io.quarkiverse.cxf:quarkus-cxf-rt-ws-security and org.bouncycastle:bcprov-jdk18on should be added instead.

Table Of Contents

Latest Version

Download io.quarkiverse.cxf : quarkus-cxf-bc-stub JAR file - Latest Versions:

All Versions

Download io.quarkiverse.cxf : quarkus-cxf-bc-stub JAR file - All Versions:

Version Vulnerabilities Size Updated
3.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window quarkus-cxf-bc-stub-3.8.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bouncycastle.asn1.x500

├─ org.bouncycastle.asn1.x500.AttributeTypeAndValue.class - [JAR]

├─ org.bouncycastle.asn1.x500.RDN.class - [JAR]

├─ org.bouncycastle.asn1.x500.X500Name.class - [JAR]

io.quarkiverse.cxf.ws.security.bc.stub

├─ io.quarkiverse.cxf.ws.security.bc.stub.BcStub.class - [JAR]

org.bouncycastle.asn1

├─ org.bouncycastle.asn1.ASN1Encodable.class - [JAR]

├─ org.bouncycastle.asn1.ASN1InputStream.class - [JAR]

├─ org.bouncycastle.asn1.ASN1ObjectIdentifier.class - [JAR]

├─ org.bouncycastle.asn1.ASN1OctetString.class - [JAR]

├─ org.bouncycastle.asn1.ASN1Primitive.class - [JAR]

├─ org.bouncycastle.asn1.ASN1TaggedObject.class - [JAR]

├─ org.bouncycastle.asn1.DEROctetString.class - [JAR]

org.bouncycastle.asn1.x509

├─ org.bouncycastle.asn1.x509.AlgorithmIdentifier.class - [JAR]

├─ org.bouncycastle.asn1.x509.GeneralName.class - [JAR]

├─ org.bouncycastle.asn1.x509.GeneralNames.class - [JAR]

├─ org.bouncycastle.asn1.x509.GeneralNamesBuilder.class - [JAR]

├─ org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.class - [JAR]

org.bouncycastle.asn1.x9

├─ org.bouncycastle.asn1.x9.DomainParameters.class - [JAR]

org.bouncycastle.cert.jcajce

├─ org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils.class - [JAR]