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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DHmacCore.java312 // nested static class for the HmacSHA512 implementation
313 public static final class HmacSHA512 extends MacSpi implements Cloneable { class in class:HmacCore
315 public HmacSHA512() throws NoSuchAlgorithmException { method in class:HmacCore.HmacSHA512
318 private HmacSHA512(HmacSHA512 base) throws CloneNotSupportedException { method in class:HmacCore.HmacSHA512
344 return new HmacSHA512(this);

Completed in 31 milliseconds