Class KEA_DERIVE_PARAMS


  • public class KEA_DERIVE_PARAMS
    extends CkParams
    Represents the CK_KEA_DERIVE_PARAMS.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • KEA_DERIVE_PARAMS

        public KEA_DERIVE_PARAMS​(boolean isSender,
                                 byte[] randomA,
                                 byte[] randomB,
                                 byte[] publicData)
        Create a new KEA_DERIVE_PARAMS object with the given attributes.
        Parameters:
        isSender - Option for generating the key (called a TEK). The value is TRUE if the sender (originator) generates the TEK, FALSE if the recipient is regenerating the TEK.
        randomA - The random data Ra.
        randomB - The random data Rb.
        publicData - The other party's KEA public key value.
    • Method Detail

      • getParams

        public CK_KEA_DERIVE_PARAMS getParams()
        Description copied from class: CkParams
        Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.
        Specified by:
        getParams in class CkParams
        Returns:
        The object of the corresponding *_PARAMS class.