Constructor and Description |
---|
KeyMaterial(MessageDigest hf,
byte[] key) |
KeyMaterial(String hashname,
byte[] key) |
Modifier and Type | Method and Description |
---|---|
byte[] |
encode(byte[] data) |
byte[] |
encode(byte[] data,
int off,
int len) |
HMAC.KeyMaterial |
reset(byte[] key) |
HMAC.KeyMaterial |
reset(byte[] key,
int keyoff,
int keylen) |
public KeyMaterial(String hashname, byte[] key) throws NoSuchAlgorithmException
NoSuchAlgorithmException
public KeyMaterial(MessageDigest hf, byte[] key)
public HMAC.KeyMaterial reset(byte[] key)
public HMAC.KeyMaterial reset(byte[] key, int keyoff, int keylen)
public byte[] encode(byte[] data)
public byte[] encode(byte[] data, int off, int len)
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.