Uses of Interface
org.simpleframework.transport.Certificate

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.
 



Copyright © 2014. All Rights Reserved.