Searched defs:Provider (Results 1 - 2 of 2) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
H A DMessageDigestBenchmark.java60 @Param private Provider provider;
62 public enum Provider { AndroidOpenSSL, BC }; enum in class:MessageDigestBenchmark
/libcore/ojluni/src/main/java/java/security/
H A DProvider.java60 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/crypto/CryptoSpec.html#Provider">The Provider Class</a>
73 * <p>The service type {@code Provider} is reserved for use by the
76 * The following attributes are automatically placed in each Provider object:
78 * <caption><b>Attributes Automatically Placed in a Provider Object</b></caption>
80 * <tr><td>{@code Provider.id name}</td>
82 * <tr><td>{@code Provider.id version}</td>
84 * <tr><td>{@code Provider.id info}</td>
86 * <tr><td>{@code Provider.id className}</td>
93 public abstract class Provider extend class in inherits:Properties
145 protected Provider(String name, double version, String info) { method in class:Provider
[all...]

Completed in 100 milliseconds