public class CipherKeyGeneratorEngine extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected SecureRandom |
random |
protected int |
strength |
| 构造器和说明 |
|---|
CipherKeyGeneratorEngine() |
protected SecureRandom random
protected int strength
public void init(int strength,
SecureRandom random)
public byte[] generateKey()
Copyright © 2022. All rights reserved.