MCPcopy Create free account
hub / github.com/jwtk/jjwt / getSecureRandom

Method getSecureRandom

api/src/main/java/io/jsonwebtoken/security/Request.java:56–56  ·  view source on GitHub ↗

Returns the SecureRandom to use when performing cryptographic operations during the request, or null if a default SecureRandom should be used. @return the SecureRandom to use when performing cryptographic operations during the request, or null if a default {@

()

Source from the content-addressed store, hash-verified

54 * {@code null} if a default {@link SecureRandom} should be used.
55 */
56 SecureRandom getSecureRandom();
57}

Callers 6

getEncryptionKeyMethod · 0.65
getDecryptionKeyMethod · 0.65
getEncryptionKeyMethod · 0.65
getDecryptionKeyMethod · 0.65
ensureSecureRandomMethod · 0.65
generateCekMethod · 0.65

Implementers 1

DefaultRequestimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by

no test coverage detected