public final class HmacSHA1 extends javax.crypto.MacSpi implements java.lang.Cloneable, AlgorithmStatus
| Constructor and Description |
|---|
HmacSHA1()
Standard constructor, creates a new HmacSHA1 instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.Object |
internalClone() |
boolean |
isFipsApproved()
Module identifies if the cryptographic operation (algorithm) is FIPS certified
|
void |
zeroize()
This function zeroizes the key so that it isn't in memory
|
public HmacSHA1()
throws java.security.NoSuchAlgorithmException
java.lang.SecurityException - if fails to verify
the JCE framework.java.security.NoSuchAlgorithmExceptionpublic boolean isFipsApproved()
AlgorithmStatusisFipsApproved in interface AlgorithmStatusAlgorithmStatus.isFipsApproved()public java.lang.Object clone()
clone in class javax.crypto.MacSpipublic java.lang.Object internalClone()
public void zeroize()
© Portions Copyright 2003, 2012 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2012, Oracle and/or its affiliates. All rights reserved.