Package eu.europa.esig.dss.service
Interface NonceSource
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SecureRandomNonceSource
Interface which allows to produce Nonce value.
-
Method Summary
Modifier and TypeMethodDescriptiongetNonce()
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
-