public class X509CertUtil extends Object
| Constructor and Description |
|---|
X509CertUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCA(X509Certificate certificate)
digitalSignature(0),
nonRepudiation(1),
keyEncipherment(2),
dataEncipherment(3),
keyAgreement(4),
keyCertSign(5),trueONLYforCAs
cRLSign(6),
encipherOnly(7),
decipherOnly(8)
|
static boolean |
isValid(X509Certificate certificate) |
public static boolean isValid(X509Certificate certificate)
public static boolean isCA(X509Certificate certificate)
certificate - x509证书Copyright © 2021 Shoothzj. All rights reserved.