Package org.bouncycastle.tls.crypto
Interface TlsNonceGenerator
public interface TlsNonceGenerator
-
Method Summary
-
Method Details
-
generateNonce
byte[] generateNonce(int size) Generate a nonce byte[] string.- Parameters:
size
- the length, in bytes, of the nonce to generate.- Returns:
- the nonce value.
-