public final class CrlHelper extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
performCrlRequestAndCheck(String crlUrl,
X509Certificate cert)
Performs the CRL-Request and checks if the given certificate has been revoked.
|
public static byte[] performCrlRequestAndCheck(String crlUrl, X509Certificate cert) throws CRLException, RevokedCertificateException
crlUrl
- to get the CRL fromcert
- to be checked if it is inside the CRLCRLException
- if an Error occurred getting the CRL, or parsing it.RevokedCertificateException
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.