static final class CertificateVerify.GMTlsCertificateVerifyMessage extends SSLHandshake.HandshakeMessage
| 限定符和类型 | 字段和说明 |
|---|---|
private byte[] |
signature |
private SignatureScheme |
signatureScheme |
handshakeContext| 构造器和说明 |
|---|
GMTlsCertificateVerifyMessage(HandshakeContext context,
ByteBuffer m) |
GMTlsCertificateVerifyMessage(HandshakeContext context,
GMX509Authentication.GMX509Possession gmx509Possession) |
| 限定符和类型 | 方法和说明 |
|---|---|
private static Signature |
getSignature(String algorithm,
Key key) |
SSLHandshake |
handshakeType() |
int |
messageLength() |
void |
send(HandshakeOutStream hos) |
String |
toString() |
writeprivate final SignatureScheme signatureScheme
private final byte[] signature
GMTlsCertificateVerifyMessage(HandshakeContext context, GMX509Authentication.GMX509Possession gmx509Possession) throws IOException
IOExceptionGMTlsCertificateVerifyMessage(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.