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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DHmacCore.java240 // nested static class for the HmacSHA256 implementation
241 public static final class HmacSHA256 extends MacSpi implements Cloneable { class in class:HmacCore
243 public HmacSHA256() throws NoSuchAlgorithmException { method in class:HmacCore.HmacSHA256
246 private HmacSHA256(HmacSHA256 base) throws CloneNotSupportedException { method in class:HmacCore.HmacSHA256
272 return new HmacSHA256(this);

Completed in 32 milliseconds