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

/libcore/luni/src/main/java/javax/crypto/
H A DCipherSpi.java34 * for every cipher they implement. {@code CipherSpi} instances are created
48 * defines a {@code CipherSpi} for "algorithm", if so: return it, otherwise
54 * 1. The Provider has a {@code CipherSpi} subclass registered for
58 * 2. The Provider has a {@code CipherSpi} subclass registered for
60 * {@link CipherSpi#engineSetPadding(String) engineSetPadding(String)} for the
64 * 3. The Provider has a {@code CipherSpi} subclass registered for
66 * {@link CipherSpi#engineSetMode(String) engineSetMode(String)} for the mode
70 * 4. The Provider has a {@code CipherSpi} subclass registered for "algorithm":
71 * instantiate it, call {@link CipherSpi#engineSetMode(String)
73 * {@link CipherSpi#engineSetPaddin
80 public abstract class CipherSpi { class
85 public CipherSpi() { method in class:CipherSpi
[all...]

Completed in 73 milliseconds