Modifier and Type | Field and Description |
---|---|
static MACAlg |
HMAC_MD5 |
static MACAlg |
HMAC_RIPEMD |
static MACAlg |
HMAC_SHA1 |
static MACAlg |
HMAC_SHA256 |
static MACAlg |
HMAC_SHA384 |
static MACAlg |
HMAC_SHA512 |
Constructor and Description |
---|
MACAlg(int[] aOID,
java.lang.String aName,
DigestAlg aDigestAlg) |
Modifier and Type | Method and Description |
---|---|
DigestAlg |
getDigestAlg() |
java.lang.String |
getName() |
int[] |
getOID() |
public static final MACAlg HMAC_MD5
public static final MACAlg HMAC_RIPEMD
public static final MACAlg HMAC_SHA1
public static final MACAlg HMAC_SHA256
public static final MACAlg HMAC_SHA384
public static final MACAlg HMAC_SHA512
public MACAlg(int[] aOID, java.lang.String aName, DigestAlg aDigestAlg)
Copyright © 2025. All rights reserved.