|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Certificate | |
|---|---|
| org.simpleframework.transport | |
| Uses of Certificate in org.simpleframework.transport |
|---|
| Methods in org.simpleframework.transport that return Certificate | |
|---|---|
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 |
SocketTransport.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. |
| Methods in org.simpleframework.transport that return types with arguments of type Certificate | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||