Interface NonceSource

All Superinterfaces:
Serializable
All Known Implementing Classes:
SecureRandomNonceSource

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

    Modifier and Type
    Method
    Description
    This methods allows to retrieve an unique new value to be use as nonce.
  • Method Details

    • getNonce

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