Class MechanismParams


  • public class MechanismParams
    extends CkParams
    This class encapsulates parameters CK_LONG.
    Author:
    Lijun Liao (xipki)
    • Field Detail

      • params

        protected final long params
        The PKCS#11 object.
    • Constructor Detail

      • MechanismParams

        public MechanismParams​(long params)
        Create a new MechanismParams object using the given object.
        Parameters:
        params - The mechanism.
    • Method Detail

      • getParams

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