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

/libcore/ojluni/src/main/java/javax/crypto/
H A DMac.java57 * <p> Android provides the following <code>Mac</code> algorithms
130 * <a href="{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html#Mac">
131 * Mac section</a> of the
139 public class Mac implements Cloneable { class in inherits:Cloneable
142 Debug.getInstance("jca", "Mac");
165 protected Mac(MacSpi macSpi, Provider provider, String algorithm) { method in class:Mac
172 private Mac(String algorithm) { method in class:Mac
178 * Returns the algorithm name of this <code>Mac</code> object.
182 * <code>Mac</code> object.
184 * @return the algorithm name of this <code>Mac</cod
[all...]

Completed in 96 milliseconds