Class LongParams

  • Direct Known Subclasses:
    EXTRACT_PARAMS

    public class LongParams
    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

      • LongParams

        public LongParams​(long params)
        Create a new ObjectHandleParameters object using the given object.
        Parameters:
        params - The params.
    • 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.