Uses of Interface
org.simpleframework.transport.Certificate
Packages that use Certificate
-
Uses of Certificate in org.simpleframework.http
Methods in org.simpleframework.http that return CertificateModifier and TypeMethodDescriptionRequest.getClientCertificate()This is used to acquire the SSL certificate used when the server is using a HTTPS connection.RequestWrapper.getClientCertificate()This is used to acquire the SSL certificate used when the server is using a HTTPS connection. -
Uses of Certificate in org.simpleframework.transport
Methods in org.simpleframework.transport that return CertificateModifier and TypeMethodDescriptionChannel.getCertificate()This is used to acquire the SSL certificate used for security.SocketTransport.getCertificate()This is used to acquire the SSL certificate used when the server is using a HTTPS connection.Transport.getCertificate()This is used to acquire the SSL certificate used when the server is using a HTTPS connection.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 CertificateModifier and TypeMethodDescriptionCertificateChallenge.challenge()This method will challenge the client for their certificate.This method will challenge the client for their certificate.