Package org.bouncycastle.tls.crypto
Interface TlsNonceGenerator
-
public interface TlsNonceGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
generateNonce(int size)
Generate a nonce byte[] string.
-