Ejemplo n.º 1
0
 public KeyGenerator(FipsParameters parameterSet, KeyGenerationParameters keyGenParams, SecureRandom random)
     : this(parameterSet.Algorithm, keyGenParams, random)
 {
 }
Ejemplo n.º 2
0
 internal KeyGenerator(FipsParameters parameterSet, int keySizeInBits, SecureRandom random)
     : this(parameterSet.Algorithm, keySizeInBits, random)
 {
 }