static final class CertificateVerify.T10CertificateVerifyMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
private byte[] |
signature |
handshakeContext| 构造器和说明 |
|---|
T10CertificateVerifyMessage(HandshakeContext context,
ByteBuffer m) |
T10CertificateVerifyMessage(HandshakeContext context,
X509Authentication.X509Possession x509Possession) |
| 限定符和类型 | 方法和说明 |
|---|---|
private static Signature |
getSignature(String algorithm,
Key key) |
SSLHandshake |
handshakeType() |
int |
messageLength() |
void |
send(HandshakeOutStream hos) |
String |
toString() |
writeT10CertificateVerifyMessage(HandshakeContext context, X509Authentication.X509Possession x509Possession) throws IOException
IOExceptionT10CertificateVerifyMessage(HandshakeContext context, ByteBuffer m) throws IOException
IOExceptionpublic SSLHandshake handshakeType()
public int messageLength()
public void send(HandshakeOutStream hos) throws IOException
send 在类中 SSLHandshake.HandshakeMessageIOExceptionprivate static Signature getSignature(String algorithm, Key key) throws GeneralSecurityException
Copyright © 2023. All rights reserved.