class StatusResponseManager.ResponseCacheEntry extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) Date |
nextUpdate |
(专用程序包) byte[] |
ocspBytes |
(专用程序包) sun.security.provider.certpath.ResponderId |
respId |
(专用程序包) sun.security.provider.certpath.OCSPResponse.SingleResponse |
singleResp |
(专用程序包) sun.security.provider.certpath.OCSPResponse.ResponseStatus |
status |
| 构造器和说明 |
|---|
ResponseCacheEntry(byte[] responseBytes,
sun.security.provider.certpath.CertId cid)
Create a new cache entry from the raw bytes of the response
|
final sun.security.provider.certpath.OCSPResponse.ResponseStatus status
final byte[] ocspBytes
final Date nextUpdate
final sun.security.provider.certpath.OCSPResponse.SingleResponse singleResp
final sun.security.provider.certpath.ResponderId respId
ResponseCacheEntry(byte[] responseBytes,
sun.security.provider.certpath.CertId cid)
throws IOException
responseBytes - the DER encoding for the OCSP responseIOException - if an OCSPResponse cannot be
created from the encoded bytes.Copyright © 2023. All rights reserved.