Package | Description |
---|---|
old.org.bouncycastle.crypto.tls |
Modifier and Type | Field and Description |
---|---|
protected Certificate |
DefaultTlsSignerCredentials.clientCert |
protected Certificate |
DefaultTlsAgreementCredentials.clientCert |
static Certificate |
Certificate.EMPTY_CHAIN |
Modifier and Type | Method and Description |
---|---|
Certificate |
TlsCredentials.getCertificate() |
Certificate |
DefaultTlsSignerCredentials.getCertificate() |
Certificate |
DefaultTlsAgreementCredentials.getCertificate() |
protected static Certificate |
Certificate.parse(InputStream is)
Parse the ServerCertificate message.
|
Modifier and Type | Method and Description |
---|---|
void |
TlsAuthentication.notifyServerCertificate(Certificate serverCertificate)
Called by the protocol handler to report the server certificate
Note: this method is responsible for certificate verification and validation
|
void |
LegacyTlsAuthentication.notifyServerCertificate(Certificate serverCertificate)
Deprecated.
|
void |
TlsKeyExchange.processServerCertificate(Certificate serverCertificate) |
Constructor and Description |
---|
DefaultTlsAgreementCredentials(Certificate clientCertificate,
AsymmetricKeyParameter clientPrivateKey) |
DefaultTlsSignerCredentials(TlsClientContext context,
Certificate clientCertificate,
AsymmetricKeyParameter clientPrivateKey) |
Copyright © 2015. All rights reserved.