public class OcspResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static OcspResult |
EMPTY |
| Modifier | Constructor and Description |
|---|---|
protected |
OcspResult(Map<BigInteger,CertificateResult> map) |
| Modifier and Type | Method and Description |
|---|---|
CertificateResult |
get(BigInteger serialNumber) |
CertificateResult |
get(X509Certificate certificate) |
protected static final OcspResult EMPTY
protected OcspResult(Map<BigInteger,CertificateResult> map)
public CertificateResult get(BigInteger serialNumber)
public CertificateResult get(X509Certificate certificate)
Copyright © 2023 NorStella. All rights reserved.