static X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.builder() | 
 Create new X509RevocationTtustManager.Builder instance 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setAcceptedIssuers(X509Certificate[] acceptedIssuers) | 
 Deprecated.
 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setCrlStream(InputStream crlStream) | 
 Set the input stream pointing to a certificate revocation list (may be null). 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setCrlStreams(List<InputStream> crlStreams) | 
 Set the input streams pointing to certificate revocation lists (may be an empty list). 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setMaxCertPath(int maxCertPath) | 
 Set the maximum number of non-self-issued intermediate certificates that may exist in a certification path. 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setNoFallback(boolean noFallback) | 
 Set if only one method of obtaining revocation status should be used. 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setOcspResponderCert(X509Certificate ocspResponderCert) | 
 Set OCSP responder's certificate. 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setOnlyEndEntity(boolean onlyEndEntity) | 
 Set if only leaf certificate revocation should be checked. 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setPreferCrls(boolean preferCrls) | 
 Set if CRL revocation should be executed before OCSP. 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setResponderURI(URI responderURI) | 
Set an OCSP Responder  URI to override those extracted from certificates.  
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setSoftFail(boolean softFail) | 
 Set if certificate should be allowed in case the revocation status cannot be obtained. 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setTrustManagerFactory(TrustManagerFactory trustManagerFactory) | 
 | 
X509RevocationTrustManager.Builder | 
X509RevocationTrustManager.Builder.setTrustStore(KeyStore trustStore) | 
Set a  KeyStore with the trusted certificates (must not be  null)  
 |