private static final class CertificateVerify.T13CertificateVerifyProducer extends Object implements HandshakeProducer
| 限定符 | 构造器和说明 |
|---|---|
private |
T13CertificateVerifyProducer() |
| 限定符和类型 | 方法和说明 |
|---|---|
private byte[] |
onProduceCertificateVerify(ClientHandshakeContext chc,
X509Authentication.X509Possession x509Possession) |
private byte[] |
onProduceCertificateVerify(ServerHandshakeContext shc,
X509Authentication.X509Possession x509Possession) |
byte[] |
produce(ConnectionContext context,
SSLHandshake.HandshakeMessage message) |
public byte[] produce(ConnectionContext context, SSLHandshake.HandshakeMessage message) throws IOException
produce 在接口中 HandshakeProducerIOExceptionprivate byte[] onProduceCertificateVerify(ServerHandshakeContext shc, X509Authentication.X509Possession x509Possession) throws IOException
IOExceptionprivate byte[] onProduceCertificateVerify(ClientHandshakeContext chc, X509Authentication.X509Possession x509Possession) throws IOException
IOExceptionCopyright © 2023. All rights reserved.