public class Hmac extends Object
| Constructor and Description |
|---|
Hmac() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
hmac(HashProvider hashProvider,
byte[] key,
byte[] data) |
static byte[] |
hmac(HashProvider hashProvider,
byte[] key,
byte[] data,
int outputSize) |
static byte[] |
hmac(HashProvider hashProvider,
byte[] key,
byte[] data,
int start,
int len) |
static byte[] |
hmac(HashProvider hashProvider,
byte[] key,
byte[] data,
int start,
int len,
int outputSize) |
public static byte[] hmac(HashProvider hashProvider, byte[] key, byte[] data, int outputSize) throws KrbException
KrbExceptionpublic static byte[] hmac(HashProvider hashProvider, byte[] key, byte[] data, int start, int len, int outputSize) throws KrbException
KrbExceptionpublic static byte[] hmac(HashProvider hashProvider, byte[] key, byte[] data) throws KrbException
KrbExceptionpublic static byte[] hmac(HashProvider hashProvider, byte[] key, byte[] data, int start, int len) throws KrbException
KrbExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.