OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROVIDER_ALGORITHMS
(Results
1 - 2
of
2
) sorted by null
/libcore/support/src/test/java/libcore/java/security/
StandardNames.java
87
public static final Map<String,Set<String>>
PROVIDER_ALGORITHMS
97
Set<String> algorithms =
PROVIDER_ALGORITHMS
.get(type);
100
PROVIDER_ALGORITHMS
.put(type, algorithms);
106
Set<String> algorithms =
PROVIDER_ALGORITHMS
.get(type);
110
assertNotNull(
PROVIDER_ALGORITHMS
.remove(type));
327
PROVIDER_ALGORITHMS
.remove("Configuration");
328
PROVIDER_ALGORITHMS
.remove("GssApiMechanism");
329
PROVIDER_ALGORITHMS
.remove("KeyInfoFactory");
330
PROVIDER_ALGORITHMS
.remove("Policy");
331
PROVIDER_ALGORITHMS
.remove("SaslClientFactory")
[
all
...]
/libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java
50
= new HashMap<String,Set<String>>(StandardNames.
PROVIDER_ALGORITHMS
);
88
if (!(StandardNames.
PROVIDER_ALGORITHMS
.containsKey(type)
89
&& StandardNames.
PROVIDER_ALGORITHMS
.get(type).contains(algorithm))) {
Completed in 33 milliseconds