public final class CertificateVerify
extends java.lang.Object
| Constructor and Description |
|---|
CertificateVerify(int algorithm,
byte[] signature) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(java.io.OutputStream output)
Encode this
CertificateVerify to an OutputStream. |
int |
getAlgorithm() |
byte[] |
getSignature() |
static CertificateVerify |
parse(TlsContext context,
java.io.InputStream input)
Parse a
CertificateVerify from an InputStream. |
public int getAlgorithm()
SignatureSchemepublic byte[] getSignature()
public void encode(java.io.OutputStream output)
throws java.io.IOException
CertificateVerify to an OutputStream.output - the OutputStream to encode to.java.io.IOExceptionpublic static CertificateVerify parse(TlsContext context, java.io.InputStream input) throws java.io.IOException
CertificateVerify from an InputStream.context - the TlsContext of the current connection.input - the InputStream to parse from.CertificateVerify object.java.io.IOException