Home
last modified time | relevance | path

Searched refs:sigAlgorithmFinder (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformationVerifier.java16 private SignatureAlgorithmIdentifierFinder sigAlgorithmFinder; field in SignerInformationVerifier
19 …NameGenerator sigNameGenerator, SignatureAlgorithmIdentifierFinder sigAlgorithmFinder, ContentVeri… in SignerInformationVerifier() argument
22 this.sigAlgorithmFinder = sigAlgorithmFinder; in SignerInformationVerifier()
41 AlgorithmIdentifier baseAlgID = sigAlgorithmFinder.find(signatureName); in getContentVerifier()