public class GMTlsPrfGenerator extends KeyGeneratorSpi
TlsPrfGenerator| 限定符和类型 | 字段和说明 |
|---|---|
private static String |
MSG |
private TlsPrfParameterSpec |
spec |
| 构造器和说明 |
|---|
GMTlsPrfGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected SecretKey |
engineGenerateKey() |
protected void |
engineInit(AlgorithmParameterSpec params,
SecureRandom random) |
protected void |
engineInit(int keysize,
SecureRandom random) |
protected void |
engineInit(SecureRandom random) |
private TlsPrfParameterSpec spec
protected void engineInit(SecureRandom random)
engineInit 在类中 KeyGeneratorSpiprotected void engineInit(AlgorithmParameterSpec params, SecureRandom random) throws InvalidAlgorithmParameterException
engineInit 在类中 KeyGeneratorSpiInvalidAlgorithmParameterExceptionprotected void engineInit(int keysize,
SecureRandom random)
engineInit 在类中 KeyGeneratorSpiprotected SecretKey engineGenerateKey()
engineGenerateKey 在类中 KeyGeneratorSpiCopyright © 2023. All rights reserved.