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

/dalvik/libcore/security/src/main/java/java/security/
H A DMessageDigestSpi.java30 * {@code MessageDigestSpi} is the Service Provider Interface (SPI) definition
38 public abstract class MessageDigestSpi { class
52 * Updates this {@code MessageDigestSpi} using the given {@code byte}.
55 * the {@code byte} to update this {@code MessageDigestSpi} with.
62 * Updates this {@code MessageDigestSpi} using the given {@code byte[]}.
78 * Updates this {@code MessageDigestSpi} using the given {@code input}.
105 * {@link MessageDigestSpi}. After the digest is computed the receiver is
116 * {@link MessageDigestSpi}. After the digest is computed the receiver is
157 * Puts this {@code MessageDigestSpi} back in an initial state, such that it

Completed in 57 milliseconds