Class CK_RSA_PKCS_PSS_PARAMS


  • public class CK_RSA_PKCS_PSS_PARAMS
    extends java.lang.Object
    class CK_RSA_PKCS_PSS_PARAMS provides the parameters to the CKM_RSA_PKCS_OAEP mechanism.

    PKCS#11 structure:

     typedef struct CK_RSA_PKCS_PSS_PARAMS {
       CK_MECHANISM_TYPE     hashAlg;
       CK_RSA_PKCS_MGF_TYPE  mgf;
       CK_ULONG              sLen;
     } CK_RSA_PKCS_PSS_PARAMS;
     
    Author:
    Karl Scheibelhofer (SIC)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long hashAlg
      PKCS#11:
      long mgf
      PKCS#11:
      long sLen
      PKCS#11:
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hashAlg

        public long hashAlg
        PKCS#11:
         CK_MECHANISM_TYPE hashAlg;
         
      • mgf

        public long mgf
        PKCS#11:
         CK_RSA_PKCS_MGF_TYPE mgf;
         
      • sLen

        public long sLen
        PKCS#11:
         CK_ULONG sLen;
         
    • Constructor Detail

      • CK_RSA_PKCS_PSS_PARAMS

        public CK_RSA_PKCS_PSS_PARAMS()