Class X9_42_DH1_DERIVE_PARAMS


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

      • X9_42_DH1_DERIVE_PARAMS

        public X9_42_DH1_DERIVE_PARAMS​(long kdf,
                                       byte[] otherInfo,
                                       byte[] publicData)
    • Method Detail

      • getParams

        public CK_X9_42_DH1_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.