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

/dalvik/libcore/security/src/main/java/java/security/
H A DKeyStoreSpi.java34 * {@code KeyStoreSpi} is the Service Provider Interface (SPI) definition for
39 public abstract class KeyStoreSpi { class
151 * KeyStoreSpi}.
163 * {@code KeyStoreSpi}.
166 * {@code KeyStoreSpi}.
171 * Indicates whether the given alias is present in this {@code KeyStoreSpi}.
180 * Returns the number of entries stored in this {@code KeyStoreSpi}.
182 * @return the number of entries stored in this {@code KeyStoreSpi}.
219 * Writes this {@code KeyStoreSpi} to the specified {@code OutputStream}.
233 * of this code {@code KeyStoreSpi}
[all...]

Completed in 3 milliseconds