Package | Description |
---|---|
org.simpleframework.http | |
org.simpleframework.transport |
Modifier and Type | Method and Description |
---|---|
Certificate |
RequestWrapper.getClientCertificate()
This is used to acquire the SSL certificate used when the
server is using a HTTPS connection.
|
Certificate |
Request.getClientCertificate()
This is used to acquire the SSL certificate used when the
server is using a HTTPS connection.
|
Modifier and Type | Method and Description |
---|---|
Certificate |
SocketTransport.getCertificate()
This is used to acquire the SSL certificate used when the
server is using a HTTPS connection.
|
Certificate |
TransportChannel.getCertificate()
This is used to acquire the SSL certificate used for security.
|
Certificate |
Transport.getCertificate()
This is used to acquire the SSL certificate used when the
server is using a HTTPS connection.
|
Certificate |
Channel.getCertificate()
This is used to acquire the SSL certificate used for security.
|
Modifier and Type | Method and Description |
---|---|
Future<Certificate> |
CertificateChallenge.challenge()
This method will challenge the client for their certificate.
|
Future<Certificate> |
CertificateChallenge.challenge(Runnable completion)
This method will challenge the client for their certificate.
|
Copyright © 2022. All rights reserved.