Class LongParams

  • Direct Known Subclasses:
    EXTRACT_PARAMS

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

      Fields 
      Modifier and Type Field Description
      protected long params
      The PKCS#11 object.
    • Constructor Summary

      Constructors 
      Constructor Description
      LongParams​(long params)
      Create a new ObjectHandleParameters object using the given object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int getMaxFieldLen()  
      java.lang.Long getParams()
      Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.
      java.lang.String toString​(java.lang.String indent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 java.lang.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.
      • toString

        public java.lang.String toString​(java.lang.String indent)
        Specified by:
        toString in class CkParams