
org.bouncycastle.asn1.x509.GeneralNames Maven / Gradle / Ivy
package org.bouncycastle.asn1.x509;
public class GeneralNames {
public GeneralName[] getNames() {
throw new UnsupportedOperationException("Exclude io.quarkiverse.cxf:quarkus-cxf-bc-stub from"
+ " io.quarkiverse.cxf:quarkus-cxf-rt-ws-security dependencies and add Bouncy Castle instead");
}
public static GeneralNames getInstance(Object obj) {
throw new UnsupportedOperationException("Exclude io.quarkiverse.cxf:quarkus-cxf-bc-stub from"
+ " io.quarkiverse.cxf:quarkus-cxf-rt-ws-security dependencies and add Bouncy Castle instead");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy