Interface KDFAnsiX963Spec

All Superinterfaces:
AlgorithmParameterSpec

public interface KDFAnsiX963Spec extends AlgorithmParameterSpec
This interface specifies the set of parameters used to instantiate a DerivationFunction implementing the KDF Key Derivation Function defined in in the standard ANSI X9.63.

This interface is bound to the constant DerivationFunction.ALG_KDF_ANSI_X9_63.

Since:
3.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
    Returns the Digest Algorithm associated with the derivation function.
    short
    Returns the KDF output length in bytes.
    byte[]
    Gets the shared secret value for the key derivation function.
    byte[]
    Gets the shared info data.