Interface CNonceCache

    • Method Detail

      • setCnonceCacheSize

        void setCnonceCacheSize​(long cnonceCacheSize)
        Parameters:
        cnonceCacheSize - the cnonceCacheSize to set
      • setNonceValidity

        void setNonceValidity​(long nonceValidity)
        Parameters:
        nonceValidity - the nonceValidity to set
      • getCnonceCacheSize

        long getCnonceCacheSize()
        Returns:
        the cnonceCacheSize
      • getNonceValidity

        long getNonceValidity()
        Returns:
        the nonceValidity
      • init

        void init​(long size,
                  String name,
                  long validity,
                  Map<String,​String> props)
        Initialize the cache
      • destroy

        void destroy()
        destroy