
org.bouncycastle.asn1.ASN1Primitive Maven / Gradle / Ivy
package org.bouncycastle.asn1;
import java.io.IOException;
public class ASN1Primitive {
public static ASN1Primitive fromByteArray(byte[] data) throws IOException {
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