public class PKIXValidationOptions extends Object
PKIXTrustEvaluator
.Constructor and Description |
---|
PKIXValidationOptions()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getDefaultVerificationDepth()
The default PKIX maximum path verification depth, if not supplied in the
PKIXValidationInformation being evaluated. |
boolean |
isProcessCredentialCRLs()
Whether CRL's supplied within the untrusted
X509Credential being evaluated should be processed. |
boolean |
isProcessEmptyCRLs()
Whether empty CRL's should be processed.
|
boolean |
isProcessExpiredCRLs()
Whether expired CRL's should be processed.
|
void |
setDefaultVerificationDepth(Integer defaultVerificationDepth)
The default PKIX maximum path verification depth, if not supplied in the
PKIXValidationInformation being evaluated. |
void |
setProcessCredentialCRLs(boolean processCredentialCRLs)
Whether CRL's supplied within the untrusted
X509Credential being evaluated should be processed. |
void |
setProcessEmptyCRLs(boolean processEmptyCRLs)
Whether empty CRL's should be processed.
|
void |
setProcessExpiredCRLs(boolean processExpiredCRLs)
Whether expired CRL's should be processed.
|
public boolean isProcessEmptyCRLs()
Default is: true
public void setProcessEmptyCRLs(boolean processEmptyCRLs)
Default is: true
processEmptyCRLs
- The processEmptyCRLs to set.public boolean isProcessExpiredCRLs()
Default is: true
public void setProcessExpiredCRLs(boolean processExpiredCRLs)
Default is: true
processExpiredCRLs
- The processExpiredCRLs to set.public boolean isProcessCredentialCRLs()
X509Credential
being evaluated should be processed.
Default is: true
public void setProcessCredentialCRLs(boolean processCredentialCRLs)
X509Credential
being evaluated should be processed.
Default is: true
processCredentialCRLs
- The processCredentialCRLs to set.public Integer getDefaultVerificationDepth()
PKIXValidationInformation
being evaluated.
Default is: 1
public void setDefaultVerificationDepth(Integer defaultVerificationDepth)
PKIXValidationInformation
being evaluated.
Default is: 1
defaultVerificationDepth
- The defaultVerificationDepth to set.Copyright © 2018 JBoss by Red Hat. All rights reserved.