private static final class SM2KeyExchange.SM2KAKeyDerivation extends Object implements SSLKeyDerivation
| 限定符和类型 | 字段和说明 |
|---|---|
private HandshakeContext |
context |
private PrivateKey |
localPrivateKey |
private PublicKey |
peerPublicKey |
| 构造器和说明 |
|---|
SM2KAKeyDerivation(HandshakeContext context,
PrivateKey localPrivateKey,
PublicKey peerPublicKey) |
private final HandshakeContext context
private final PrivateKey localPrivateKey
private final PublicKey peerPublicKey
SM2KAKeyDerivation(HandshakeContext context, PrivateKey localPrivateKey, PublicKey peerPublicKey)
public SecretKey deriveKey(String algorithm, AlgorithmParameterSpec params) throws IOException
deriveKey 在接口中 SSLKeyDerivationIOExceptionprivate SecretKey gmtlsDeriveKey(String algorithm, AlgorithmParameterSpec params) throws IOException
IOExceptionCopyright © 2023. All rights reserved.