Class CkParams

    • Constructor Detail

      • CkParams

        public CkParams()
    • Method Detail

      • getParams

        public abstract Object getParams()
        Get this parameters object as an object of the corresponding *_PARAMS class of the iaik.pkcs.pkcs11.wrapper package.
        Returns:
        The object of the corresponding *_PARAMS class.
      • getMaxFieldLen

        protected abstract int getMaxFieldLen()
      • toString

        public abstract String toString​(String indent)
      • setModule

        public void setModule​(PKCS11Module module)
      • requireNonNull

        protected static <T> T requireNonNull​(String paramName,
                                              T param)