Interface CNonceCache

All Superinterfaces:
Map<String,NonceInfo>

@Contract public interface CNonceCache extends Map<String,NonceInfo>
Author:
vbkumarjayanti
  • Method Details

    • 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