OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:securerandom1
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/tests/security/
SecureRandomTest.java
42
SecureRandom
secureRandom1
= null;
44
secureRandom1
= SecureRandom.getInstance(algorithmName);
56
byte[] testRandom1 = getRandomBytes(
secureRandom1
);
/libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java
647
put("SecureRandom.
SecureRandom1
",
SecureRandom1
.class.getName());
656
if (!sr.getAlgorithm().equals("
SecureRandom1
")) {
657
throw new IllegalStateException("Expected
SecureRandom1
was " + sr.getAlgorithm());
693
public static class
SecureRandom1
extends AbstractSecureRandom {}
Completed in 4480 milliseconds