Interface TrustedListValidatorInterface
- All Known Implementing Classes:
TrustedListVerifier
public interface TrustedListValidatorInterface
-
Method Summary
Modifier and TypeMethodDescriptionverify(AbstractComponentConfiguration configuration, Queue<SignatureWrapper> sigs, Set<TrustAnchor> trustAnchors)
-
Method Details
-
verify
SignatureReport verify(AbstractComponentConfiguration configuration, Queue<SignatureWrapper> sigs, Set<TrustAnchor> trustAnchors) throws VerificationException, InterruptedException
-