港元

public class HKDF extends Object

HKDF 密钥推导函数的 Java 实现,如 RFC-5869 中所定义。

公共方法摘要

void
addKeyMaterial(byte[] keyMaterial)
void
void
beginExtractKey(byte[] salt)
byte[]
expandKey(int requestedKeyLen, byte[] info)
void
static HKDF
getInstance(String algorithm)
byte[]
void
reset()

继承的方法摘要

公共方法

public void addKeyMaterial (byte[] keyMaterial)

参数
keyMaterial

public void beginExtractKey ()

public void beginExtractKey (byte[] salt)

参数
食盐

public byte[] expandKey (int requestedKeyLen, byte[] info)

参数
requestedKeyLen
资讯

public void finishExtractKey ()

public static HKDF getInstance (String algorithm)

参数
算法
抛出
NoSuchAlgorithmException

public byte[] pseudoRandomKey ()

public void reset ()