Class CkParamsWithExtra


  • public class CkParamsWithExtra
    extends CkParams
    CkParam with ExtraParams to provides extra information, e.g. the size of an EC curve's order.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • CkParamsWithExtra

        public CkParamsWithExtra​(CkParams ckParams,
                                 ExtraParams extraParams)
        Constructor.
        Parameters:
        ckParams - The real CkParams. May be null.
        extraParams - The extra parameters. May be null.
    • Method Detail

      • getParams

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