Interface CertificateRule
- All Known Implementing Classes:
Rules.CertificateInfoRule
public interface CertificateRule
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enumstatic enumstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSignerRule
CertificateRule.SigningCertificateRule getSignerRule() -
getIntermediateRule
CertificateRule.IntermediateCertificateRule getIntermediateRule() -
getAnchorRule
CertificateRule.TrustAnchorRule getAnchorRule() -
getExclusionRule
CertificateRule.ExclusionRule getExclusionRule() -
getInclusionRule
CertificateRule.InclusionRule getInclusionRule()
-