public final class ThresholdExpiredCRLRevocationPolicy extends Object implements RevocationPolicy<X509CRL>
| Constructor and Description |
|---|
ThresholdExpiredCRLRevocationPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(X509CRL crl)
Applies the policy.
|
void |
setThreshold(int threshold)
Sets the threshold period of time after which expired CRL data is rejected.
|
public void apply(X509CRL crl) throws GeneralSecurityException
apply in interface RevocationPolicy<X509CRL>crl - CRL instance to evaluate.GeneralSecurityException - On expired CRL data. Check the exception type for exact detailsRevocationPolicy.apply(java.lang.Object)public void setThreshold(int threshold)
threshold - Number of seconds; MUST be non-negative integer.Copyright © 2004-2015 Jasig. All Rights Reserved.