Package org.conscrypt
Class CertificateVerify
java.lang.Object
org.conscrypt.Message
org.conscrypt.CertificateVerify
public class CertificateVerify extends Message
Represents certificate verify message
- See Also:
- TLS 1.0 spec., 7.4.8. Certificate verify
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CertificateVerify(byte[] hash)Creates outbound messageCertificateVerify(HandshakeIODataStream in, int length)Creates inbound message -
Method Summary
Modifier and Type Method Description intgetType()Returns message typevoidsend(HandshakeIODataStream out)Sends messageMethods inherited from class org.conscrypt.Message
fatalAlert, fatalAlert, length
-
Constructor Details
-
CertificateVerify
public CertificateVerify(byte[] hash)Creates outbound message- Parameters:
hash-
-
CertificateVerify
Creates inbound message- Parameters:
in-length-- Throws:
IOException
-
-
Method Details
-
send
Sends message- Parameters:
out-
-
getType
public int getType()Returns message type
-