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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DHmacCore.java46 final class HmacCore implements Cloneable { class in inherits:Cloneable
56 * Standard constructor, creates a new HmacCore instance using the
59 HmacCore(MessageDigest md, int bl) { method in class:HmacCore
68 * Standard constructor, creates a new HmacCore instance instantiating
71 HmacCore(String digestAlgorithm, int bl) throws NoSuchAlgorithmException { method in class:HmacCore
78 private HmacCore(HmacCore other) throws CloneNotSupportedException { method in class:HmacCore
237 return new HmacCore(this);
242 private final HmacCore core;
244 core = new HmacCore("SH
[all...]

Completed in 234 milliseconds