Skip to content

Commit

Permalink
Document that null is a valid value for Aes.setFactoryClassName.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox committed Sep 21, 2020
1 parent c8a0054 commit 37e6b1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/jitsi/srtp/crypto/Aes.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ public class Aes
private static final Random random = new Random();

/** Set the class to use as the factory class for AES cryptography.
* @param name the name of the class
* @param name the name of the class, or null or the empty string to let
* the implementation pick the class to use.
*/
public static synchronized void setFactoryClassName(String name)
{
Expand Down

0 comments on commit 37e6b1a

Please sign in to comment.