Searched refs:contentType (Results 1 – 9 of 9) sorted by relevance
111 public void setContentType(String contentType) { in setContentType() argument112 if (contentType == null) throw new NullPointerException(); in setContentType()113 mContentType = contentType; in setContentType()
32 public String contentType; field in EncapsulatedContentInfo44 contentType = contentTypeOid; in EncapsulatedContentInfo()
71 LogDataType(String fileExt, String contentType, boolean compressed, boolean text) { in LogDataType() argument75 mContentType = contentType; in LogDataType()
55 String contentType, in uploadFile() argument58 InputStreamContent inputStreamData = new InputStreamContent(contentType, fileContents); in uploadFile()
262 public HttpURLConnection createConnection(URL url, String method, String contentType) in testDoPostWithRetry_ioexception()289 URL url, String method, String contentType) throws IOException { in testDoPostWithRetry_retry()294 return super.createConnection(url, method, contentType); in testDoPostWithRetry_retry()348 public HttpURLConnection createConnection(URL url, String method, String contentType) in createConnection() argument
212 final String contentType = Message.HTML; in _manual_testFuncSend() local217 msg.setContentType(contentType); in _manual_testFuncSend()
491 if (!Pkcs7Constants.OID_SIGNED_DATA.equals(contentInfo.contentType)) { in verifySigBlockAgainstSigFile()493 "Unsupported ContentInfo.contentType: " + contentInfo.contentType); in verifySigBlockAgainstSigFile()712 String contentType = in verifySignerInfoAgainstSigFile() local715 if (contentType == null) { in verifySignerInfoAgainstSigFile()718 if (!contentType.equals(signedData.encapContentInfo.contentType)) { in verifySignerInfoAgainstSigFile()
1347 contentInfo.contentType = Pkcs7Constants.OID_SIGNED_DATA; in generatePkcs7DerEncodedMessage()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...