Home
last modified time | relevance | path

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

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformation.java482 …CMSAlgorithmProtection algorithmProtection = CMSAlgorithmProtection.getInstance(attr.getAttributeV… in doVerify() local
484 … if (!CMSUtils.isEquivalent(algorithmProtection.getDigestAlgorithm(), info.getDigestAlgorithm())) in doVerify()
489 …if (!CMSUtils.isEquivalent(algorithmProtection.getSignatureAlgorithm(), info.getDigestEncryptionAl… in doVerify()