org.mozilla.jss.crypto
public class HMACAlgorithm extends DigestAlgorithm
Field Summary | |
---|---|
static HMACAlgorithm | SHA1
SHA-1 HMAC. |
Constructor Summary | |
---|---|
protected | HMACAlgorithm(int oidIndex, String name, OBJECT_IDENTIFIER oid, int outputSize) |
Method Summary | |
---|---|
static DigestAlgorithm | fromOID(OBJECT_IDENTIFIER oid)
Looks up the HMAC algorithm with the given OID.
|
Throws: NoSuchAlgorithmException If no registered HMAC algorithm has the given OID.