[]
Defines the type of verification information to include into the DSS.
public enum DocumentSecurityStore.VerificationInfoType
CRL = 1
Include only CRL.
OCSP = 0
Include only OCSP response.
OCSP_AND_CRL = 2
Include OCSP response and CRL.
OCSP_OPTIONAL_CRL = 3
Include CRL only if OCSP response cannot be obtained.