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
  • Constructor Details

    • CertificateVerify

      public CertificateVerify​(byte[] hash)
      Creates outbound message
      Parameters:
      hash -
    • CertificateVerify

      public CertificateVerify​(HandshakeIODataStream in, int length) throws IOException
      Creates inbound message
      Parameters:
      in -
      length -
      Throws:
      IOException
  • Method Details

    • send

      public void send​(HandshakeIODataStream out)
      Sends message
      Parameters:
      out -
    • getType

      public int getType()
      Returns message type