Uses of Interface
org.simpleframework.transport.Certificate
-
Packages that use Certificate Package Description org.simpleframework.transport -
-
Uses of Certificate in org.simpleframework.transport
Methods in org.simpleframework.transport that return Certificate Modifier and Type Method Description Certificate
Channel. getCertificate()
This is used to acquire the SSL certificate used for security.Certificate
SocketTransport. getCertificate()
This is used to acquire the SSL certificate used when the server is using a HTTPS connection.Certificate
Transport. 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.Methods in org.simpleframework.transport that return types with arguments of type Certificate Modifier and Type Method Description java.util.concurrent.Future<Certificate>
CertificateChallenge. challenge()
This method will challenge the client for their certificate.java.util.concurrent.Future<Certificate>
CertificateChallenge. challenge(java.lang.Runnable completion)
This method will challenge the client for their certificate.
-