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 CertificateChannel. getCertificate()This is used to acquire the SSL certificate used for security.CertificateSocketTransport. getCertificate()This is used to acquire the SSL certificate used when the server is using a HTTPS connection.CertificateTransport. getCertificate()This is used to acquire the SSL certificate used when the server is using a HTTPS connection.CertificateTransportChannel. 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.
-