KeyStore.fromEntropy constructor

KeyStore.fromEntropy(
  1. String seed
)

Implementation

KeyStore.fromEntropy(String seed) {
  setEntropy(seed);
}