Package eu.europa.esig.dss.service
Interface NonceSource
-
- All Known Implementing Classes:
SecureRandomNonceSource
public interface NonceSourceInterface which allows to produce Nonce value.
-
-
Method Summary
Modifier and Type Method Description BigIntegergetNonce()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
-
-