public boolean isCA(X509Certificate x509Cert) { if(x509Cert.getBasicConstraints() != -1) { return true; } return false; }
No comments:
Post a Comment