Error occurs when using "X509Certificate.getInstance(bytes);)"
We are using the below script line in Business rule"var cert = X509Certificate.getInstance(bytes);"But it is throwing an error like this "Could not find class: java.lang.ClassNotFoundException: com/sun/security/cert/internal/x509/X509V1CertImpl'" Ple...
