public class DHKDFParameters extends java.lang.Object implements DerivationParameters
Modifier and Type | Field and Description |
---|---|
private ASN1ObjectIdentifier |
algorithm |
private byte[] |
extraInfo |
private int |
keySize |
private byte[] |
z |
Constructor and Description |
---|
DHKDFParameters(DERObjectIdentifier algorithm,
int keySize,
byte[] z) |
DHKDFParameters(DERObjectIdentifier algorithm,
int keySize,
byte[] z,
byte[] extraInfo) |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
getAlgorithm() |
byte[] |
getExtraInfo() |
int |
getKeySize() |
byte[] |
getZ() |
private ASN1ObjectIdentifier algorithm
private int keySize
private byte[] z
private byte[] extraInfo
public DHKDFParameters(DERObjectIdentifier algorithm, int keySize, byte[] z)
public DHKDFParameters(DERObjectIdentifier algorithm, int keySize, byte[] z, byte[] extraInfo)
public ASN1ObjectIdentifier getAlgorithm()
public int getKeySize()
public byte[] getZ()
public byte[] getExtraInfo()