SecretKey constructor

SecretKey(
  1. List<int> value
)

Implementation

SecretKey(this.value);