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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DMac.java57 * the following standard <code>Mac</code> algorithms:
64 * <a href="{@docRoot}/../technotes/guides/security/StandardNames.html#Mac">
65 * Mac section</a> of the
75 public class Mac implements Cloneable { class in inherits:Cloneable
78 Debug.getInstance("jca", "Mac");
109 protected Mac(MacSpi macSpi, Provider provider, String algorithm) { method in class:Mac
117 private Mac(Service s, Iterator t, String algorithm) { method in class:Mac
125 * Returns the algorithm name of this <code>Mac</code> object.
129 * <code>Mac</code> object.
131 * @return the algorithm name of this <code>Mac</cod
[all...]

Completed in 35 milliseconds