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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DHmacCore.java276 // nested static class for the HmacSHA384 implementation
277 public static final class HmacSHA384 extends MacSpi implements Cloneable { class in class:HmacCore
279 public HmacSHA384() throws NoSuchAlgorithmException { method in class:HmacCore.HmacSHA384
282 private HmacSHA384(HmacSHA384 base) throws CloneNotSupportedException { method in class:HmacCore.HmacSHA384
308 return new HmacSHA384(this);

Completed in 29 milliseconds