public class GMTlsKeyMaterialGenerator extends KeyGeneratorSpi
TlsKeyMaterialGenerator| 限定符和类型 | 字段和说明 |
|---|---|
private static String |
MSG |
private int |
protocolVersion |
private TlsKeyMaterialParameterSpec |
spec |
| 构造器和说明 |
|---|
GMTlsKeyMaterialGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected SecretKey |
engineGenerateKey() |
private SecretKey |
engineGenerateKey0() |
protected void |
engineInit(AlgorithmParameterSpec params,
SecureRandom random) |
protected void |
engineInit(int keysize,
SecureRandom random) |
protected void |
engineInit(SecureRandom random) |
private TlsKeyMaterialParameterSpec spec
private int protocolVersion
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 在类中 KeyGeneratorSpiprivate SecretKey engineGenerateKey0() throws GeneralSecurityException
Copyright © 2023. All rights reserved.