Interface AbstractRevocationCreator.RevocationRule
- Enclosing class:
- AbstractRevocationCreator<Info extends ExtraInformation,Encod,Sig extends Signature<Encod>>
protected static interface AbstractRevocationCreator.RevocationRule
-
Method Summary
Modifier and Type Method Description AbstractRevocationCreator.ExclusionRulegetExclusionRule()AbstractRevocationCreator.IntermediateCertificateRulegetIntermediateRule()AbstractRevocationCreator.SigningCertificateRulegetSignerRule()
-
Method Details
-
getSignerRule
AbstractRevocationCreator.SigningCertificateRule getSignerRule() -
getIntermediateRule
AbstractRevocationCreator.IntermediateCertificateRule getIntermediateRule() -
getExclusionRule
AbstractRevocationCreator.ExclusionRule getExclusionRule()
-