Please add the OpenSSL API to the compatibility layer that is related to PKCS7_SIGNER_INFO.dgarske added the Feature Request label Feb 22, 2020 dgarske assigned JacobBarthelmeh Feb 22, 2020 Contributor JacobBarthelmeh commented Feb 24, 2020 Hi bgermann, thanks for the request! Adding ...
[ Upstream commit 6459ae3 ] If none of the certificates in a SignerInfo's certificate chain match a trusted key, nor is the last certificate signed by a trusted key, then pkcs7_validate_trust_one() tries to check whether the SignerInfo's signature was made directly by a trusted key. ...
/** * @return amount of SignerInfo entries in PKCS#7 object. */ @Override public Long getSignerInfoCount() { return new Long(pkcs7.getSignerInfos().length); } origin: mcxiaoke/ApkSigner V1SchemeVerifier$Signer.verifySigBlockAgainstSigFile(...) SignerInfo[] unverifiedSignerInfos = sig...
importsun.security.pkcs.PKCS7;//导入方法依赖的package包/类@Overridepublicbyte[] rebuildEnvelope(byte[] envelope)throwsException {// CMSSignedData cms = new CMSSignedData(envelope);// cms./// SignerInformationStore signers = cms.getSignerInfos();/// Collection c = signers.getSigners();// I...
getSignerInfos() The following examples show how to use sun.security.pkcs.PKCS7#getSignerInfos() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out ...