CrlClientOffline
, CrlClientOnline
public interface CrlClient
Modifier and Type | Method | Description |
---|---|---|
java.util.Collection<byte[]> |
getEncoded(java.security.cert.X509Certificate checkCert,
java.lang.String url) |
Gets an encoded byte array.
|
java.util.Collection<byte[]> getEncoded(java.security.cert.X509Certificate checkCert, java.lang.String url)
checkCert
- the certificate from which a CRL URL can be obtainedurl
- a CRL url if you don't want to obtain it from the certificateCopyright © 1998–2018. All rights reserved.