public class ConcatKeyDerivationFunction extends Object implements ConcatenationKeyDerivationFunctionWithSha256
| Constructor and Description |
|---|
ConcatKeyDerivationFunction(String hashAlgoritm) |
ConcatKeyDerivationFunction(String hashAlgoritm,
String provider) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
kdf(byte[] sharedSecret,
int keydatalen,
byte[] otherInfo) |
byte[] |
kdf(byte[] sharedSecret,
int keydatalen,
byte[] algorithmId,
byte[] partyUInfo,
byte[] partyVInfo,
byte[] suppPubInfo,
byte[] suppPrivInfo) |
public ConcatKeyDerivationFunction(String hashAlgoritm)
public byte[] kdf(byte[] sharedSecret,
int keydatalen,
byte[] algorithmId,
byte[] partyUInfo,
byte[] partyVInfo,
byte[] suppPubInfo,
byte[] suppPrivInfo)
public byte[] kdf(byte[] sharedSecret,
int keydatalen,
byte[] otherInfo)
kdf in interface ConcatenationKeyDerivationFunctionWithSha256Copyright © 2022. All rights reserved.