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 TypeMethodDescriptionbyte[]
This method allows retrieving of unique value to be used as a nonce.
-
Method Details
-
getNonceValue
byte[] getNonceValue()This method allows retrieving of unique value to be used as a nonce.- Returns:
- byte array representing the unique value to use
-