|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.security.x509.PKIXValidationOptions
public class PKIXValidationOptions
Options which may be supplied to influence the processing behavior of a PKIXTrustEvaluator.
| Constructor Summary | |
|---|---|
PKIXValidationOptions()
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.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(java.lang.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PKIXValidationOptions()
| Method Detail |
|---|
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 java.lang.Integer getDefaultVerificationDepth()
PKIXValidationInformation being evaluated.
Default is: 1
public void setDefaultVerificationDepth(java.lang.Integer defaultVerificationDepth)
PKIXValidationInformation being evaluated.
Default is: 1
defaultVerificationDepth - The defaultVerificationDepth to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||