Searched refs:contentInfo (Results 1 – 4 of 4) sorted by relevance
194 SignContentInfo contentInfo = null; in writeSignDataToOutputFile() local196 contentInfo = new SignContentInfo(); in writeSignDataToOutputFile()197 contentInfo.addContentHashData( in writeSignDataToOutputFile()199 byte[] dig = contentInfo.getByteContent(); in writeSignDataToOutputFile()
111 …ContentInfo contentInfo = new ContentInfo(PKCSObjectIdentifiers.data, new DEROctetString(unsignedH… in packagePKCS7() local123 new ASN1Integer(1), algorithmIdLst, contentInfo, certs, crls, signerInfoLst); in packagePKCS7()
134 ContentInfo contentInfo = new ContentInfo(CMSObjectIdentifiers.signedData, sd); in signProfile() local135 return contentInfo.getEncoded("DER"); in signProfile()
244 ContentInfo contentInfo = new ContentInfo(PKCSObjectIdentifiers.signedData, signedData); in encodingUnsignedData() local245 signResult = contentInfo.getEncoded(ASN1Encoding.DER); in encodingUnsignedData()