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

/libcore/luni/src/main/java/java/security/
H A DKeyStoreSpi.java32 * {@code KeyStoreSpi} is the Service Provider Interface (SPI) definition for
37 public abstract class KeyStoreSpi { class
149 * KeyStoreSpi}.
161 * {@code KeyStoreSpi}.
164 * {@code KeyStoreSpi}.
169 * Indicates whether the given alias is present in this {@code KeyStoreSpi}.
178 * Returns the number of entries stored in this {@code KeyStoreSpi}.
180 * @return the number of entries stored in this {@code KeyStoreSpi}.
217 * Writes this {@code KeyStoreSpi} to the specified {@code OutputStream}.
231 * of this code {@code KeyStoreSpi}
[all...]

Completed in 585 milliseconds