Package | Description |
---|---|
iaik.security.ec.common | |
iaik.security.ec.ecdh | |
iaik.security.ec.ecies |
Modifier and Type | Class and Description |
---|---|
class |
HKDFParameterSpec
Parameter class for the
HKDF key derivation function as
specified in [1], [2] and [32]. |
class |
X963KDFParameterSpec
Parameter class for key derivation functions (KDFs) as specified in [1] and
[2].
|
Modifier and Type | Method and Description |
---|---|
void |
X963KeyDerivationFunction.engineInit(KDFParameterSpec params) |
void |
HKDF.engineInit(KDFParameterSpec params) |
void |
KeyDerivationFunction.engineInit(KDFParameterSpec params)
Initializes this KDF.
|
Modifier and Type | Method and Description |
---|---|
KDFParameterSpec |
ECDHParameterSpec.getKDFParams()
Returns the KDF parameters.
|
Constructor and Description |
---|
ECDHParameterSpec(ECParameterSpec ecParams,
KDFParameterSpec kdfParams)
Creates a new parameter spec object.
|
EdDHParameterSpec(EdParameterSpec edParams,
KDFParameterSpec kdfParams)
Creates a new parameter spec object.
|
Modifier and Type | Method and Description |
---|---|
KDFParameterSpec |
ECIESParameterSpec.getKDFParams()
Returns the key derivation function parameter.
|
Constructor and Description |
---|
ECIESParameterSpec(KDFParameterSpec kdfparams)
Creates a new instance.
|
ECIESParameterSpec(KDFParameterSpec kdfparams,
String symmetricCipherName,
iaik.asn1.structures.AlgorithmID macID)
Creates a new instance.
|
ECIESParameterSpec(KDFParameterSpec kdfparams,
String symmetricCipherName,
iaik.asn1.structures.AlgorithmID macID,
byte[] macEncodingParameter)
Creates a new instance.
|
ECIESParameterSpec(KDFParameterSpec kdfparams,
String symmetricCipherName,
String macName)
Creates a new instance.
|
ECIESParameterSpec(KDFParameterSpec kdfparams,
String symmetricCipherName,
String macName,
byte[] macEncodingParameter)
Creates a new instance.
|
Copyright © 2011–2022 Stiftung SIC. All rights reserved.