Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Field and Description |
---|---|
protected CertificateStatus |
TlsClientProtocol.certificateStatus |
Modifier and Type | Method and Description |
---|---|
CertificateStatus |
TlsServer.getCertificateStatus()
This method will be called (only) if the server included an extension of type
"status_request" with empty "extension_data" in the extended server hello.
|
CertificateStatus |
AbstractTlsServer.getCertificateStatus() |
static CertificateStatus |
CertificateStatus.parse(InputStream input)
Parse a
CertificateStatus from an InputStream . |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
DTLSServerProtocol.generateCertificateStatus(DTLSServerProtocol.ServerHandshakeState state,
CertificateStatus certificateStatus) |
protected void |
TlsServerProtocol.sendCertificateStatusMessage(CertificateStatus certificateStatus) |
Copyright © 2020 BouncyCastle.org. All rights reserved.