JSSE: fix Javadoc warnings in WolfSSL.java

pull/220/head
Chris Conlon 2024-09-12 15:45:14 -06:00
parent 3f80193da8
commit 037b639508
1 changed files with 3 additions and 0 deletions

View File

@ -725,6 +725,9 @@ public class WolfSSL {
* @param file File to read into byte array
*
* @return byte array representing input File, or null if file is null
*
* @throws FileNotFoundException if file is not found
* @throws IOException if unable to read entire file
*/
protected static byte[] fileToBytes(File file)
throws FileNotFoundException, IOException {