public interface RevocationPolicy<T>
| Modifier and Type | Method and Description |
|---|---|
void |
apply(T data)
Applies the policy.
|
void apply(T data) throws java.security.GeneralSecurityException
data - Data to help make a decision according to policy.java.security.GeneralSecurityException - When policy application poses a security
risk or policy application is prevented for security reasons.