Interface TlsNonceGenerator


public interface TlsNonceGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    generateNonce(int size)
    Generate a nonce byte[] string.
  • 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.