Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Oct 22, 2023
1 parent d978f39 commit 6ba0ea1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
import java.io.IOException;
import java.security.GeneralSecurityException;

/**
* Simulates scenarios where {@link OpenSslCryptoRandom} fails in the static code block {@code checkNative()} or
* {@code !OpenSslCryptoRandomNative.nextRandBytes(new byte[1])} is false.
*/
public class ExceptionInInitializerErrorRandom implements CryptoRandom {

static {
Expand Down

0 comments on commit 6ba0ea1

Please sign in to comment.