Searched refs:contentInfo (Results 1 – 3 of 3) sorted by relevance
67 ContentInformation contentInfo = in testAnalyzeTestsDir_withChange() local73 "mydevice-tests-P8888.zip", contentInfo, AnalysisMethod.FILE); in testAnalyzeTestsDir_withChange()86 contentInfo.clean(); in testAnalyzeTestsDir_withChange()97 ContentInformation contentInfo = in testAnalyzeTestsDir_noChange() local103 "mydevice-tests-P8888.zip", contentInfo, AnalysisMethod.FILE); in testAnalyzeTestsDir_noChange()116 contentInfo.clean(); in testAnalyzeTestsDir_noChange()133 ContentInformation contentInfo = in testAnalyzeXtsSuite_withChange() local139 "android-cts.zip", contentInfo, AnalysisMethod.MODULE_XTS); in testAnalyzeXtsSuite_withChange()152 contentInfo.clean(); in testAnalyzeXtsSuite_withChange()169 ContentInformation contentInfo = in testAnalyzeXtsSuite_withDiscovery() local[all …]
498 ContentInfo contentInfo = in verifySigBlockAgainstSigFile() local500 if (!Pkcs7Constants.OID_SIGNED_DATA.equals(contentInfo.contentType)) { in verifySigBlockAgainstSigFile()502 "Unsupported ContentInfo.contentType: " + contentInfo.contentType); in verifySigBlockAgainstSigFile()505 Asn1BerParser.parse(contentInfo.content.getEncoded(), SignedData.class); in verifySigBlockAgainstSigFile()
1235 ContentInfo contentInfo = new ContentInfo(); in generatePkcs7DerEncodedMessage() local1236 contentInfo.contentType = Pkcs7Constants.OID_SIGNED_DATA; in generatePkcs7DerEncodedMessage()1237 contentInfo.content = new Asn1OpaqueObject(Asn1DerEncoder.encode(signedData)); in generatePkcs7DerEncodedMessage()1238 return Asn1DerEncoder.encode(contentInfo); in generatePkcs7DerEncodedMessage()