Interface NonceSource

  • All Known Implementing Classes:
    SecureRandomNonceSource

    public interface NonceSource
    Interface which allows to produce Nonce value.
    • Method Summary

      Modifier and Type Method Description
      BigInteger getNonce()
      This methods allows to retrieve an unique new value to be use as nonce.
    • Method Detail

      • getNonce

        BigInteger getNonce()
        This methods allows to retrieve an unique new value to be use as nonce.
        Returns:
        the unique value to use