Searched refs:contentType (Results 1 – 4 of 4) sorted by relevance
32 public String contentType; field in EncapsulatedContentInfo44 contentType = contentTypeOid; in EncapsulatedContentInfo()
32 public String contentType; field in ContentInfo
500 if (!Pkcs7Constants.OID_SIGNED_DATA.equals(contentInfo.contentType)) { in verifySigBlockAgainstSigFile()502 "Unsupported ContentInfo.contentType: " + contentInfo.contentType); in verifySigBlockAgainstSigFile()741 String contentType = in verifySignerInfoAgainstSigFile() local744 if (contentType == null) { in verifySignerInfoAgainstSigFile()747 if (!contentType.equals(signedData.encapContentInfo.contentType)) { in verifySignerInfoAgainstSigFile()
1234 contentInfo.contentType = Pkcs7Constants.OID_SIGNED_DATA; in generatePkcs7DerEncodedMessage()