Package com.pd4ml.pdf.sign.ltv
Class RevocationFetcher.Result
- java.lang.Object
-
- com.pd4ml.pdf.sign.ltv.RevocationFetcher.Result
-
- Enclosing class:
- RevocationFetcher
public static final class RevocationFetcher.Result extends java.lang.ObjectEverything fetched for oneRevocationFetcher.fetch(java.security.cert.Certificate[], com.pd4ml.pdf.sign.ltv.LtvOptions)call, ready to embed viaLtvUpdater.
-
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<byte[]>getCrls()Each entry is one complete DER-encodedCertificateList(RFC 5280).java.util.List<byte[]>getOcspResponses()Each entry is one complete DER-encodedOCSPResponse(RFC 6960), as returned by the responder.java.util.List<java.lang.String>getWarnings()Non-fatal problems encountered while fetching -- LTV embedding proceeds with whatever was obtained.booleanisEmpty()
-
-
-
Method Detail
-
getOcspResponses
public java.util.List<byte[]> getOcspResponses()
Each entry is one complete DER-encodedOCSPResponse(RFC 6960), as returned by the responder.
-
getCrls
public java.util.List<byte[]> getCrls()
Each entry is one complete DER-encodedCertificateList(RFC 5280).
-
getWarnings
public java.util.List<java.lang.String> getWarnings()
Non-fatal problems encountered while fetching -- LTV embedding proceeds with whatever was obtained.
-
isEmpty
public boolean isEmpty()
-
-