Interface CompleteRevocationRefs
-
- All Known Implementing Classes:
CompleteRevocationRefsImpl
public interface CompleteRevocationRefs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CRLRef>
getCRLRefs()
java.util.List<OCSPRef>
getOCSPRefs()
ValidationResult
getValidationResult()
-
-
-
Method Detail
-
getOCSPRefs
java.util.List<OCSPRef> getOCSPRefs()
-
getCRLRefs
java.util.List<CRLRef> getCRLRefs()
-
getValidationResult
ValidationResult getValidationResult()
-
-