Uses of Interface
org.simpleframework.transport.Certificate
Packages that use Certificate
Package
Description
-
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.http.core
Classes in org.simpleframework.http.core that implement CertificateModifier and TypeClassDescription(package private) classTheRequestCertificaterepresents a certificate for an HTTP request.Fields in org.simpleframework.http.core declared as CertificateModifier and TypeFieldDescriptionprivate final CertificateRequestCertificate.certificateThis is the raw underlying certificate for the SSL channel.private final CertificateRequestCertificate.Challenge.certificateThis is the certificate associated with the SSL connection.private CertificateRequestEntity.certificateThis is the certificate associated with the connection.Methods in org.simpleframework.http.core that return CertificateModifier and TypeMethodDescriptionRequestEntity.getClientCertificate()This is used to acquire the SSL certificate used when the server is using a HTTPS connection.Methods in org.simpleframework.http.core that return types with arguments of type CertificateModifier and TypeMethodDescriptionRequestCertificate.Challenge.challenge()This method will challenge the client for their certificate.This method will challenge the client for their certificate. -
Uses of Certificate in org.simpleframework.transport
Classes in org.simpleframework.transport that implement CertificateModifier and TypeClassDescription(package private) classTheNegotiationStaterepresents the certificate that is sent by a client during a secure HTTPS conversation.Fields in org.simpleframework.transport declared as CertificateModifier and TypeFieldDescriptionprivate CertificateSecureTransport.certificateThis is the certificate associated with this SSL connection.private final CertificateTransportChannel.certificateThis is the certificate associated with this SSL channel.Fields in org.simpleframework.transport with type parameters of type CertificateModifier and TypeFieldDescriptionprivate final RunnableFuture<Certificate> NegotiationState.futureThis is used to hold the completion task for the challenge.Methods in org.simpleframework.transport that return CertificateModifier and TypeMethodDescriptionChannel.getCertificate()This is used to acquire the SSL certificate used for security.SecureTransport.getCertificate()This is used to acquire the SSL certificate used when the server is using a HTTPS connection.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.NegotiationState.Challenge.challenge()This method will challenge the client for their certificate.This method will challenge the client for their certificate.NegotiationState.getFuture()This returns the completion task associated with any challenge made for the client certificate.Constructors in org.simpleframework.transport with parameters of type CertificateModifierConstructorDescriptionSecureTransport(Transport transport, Certificate certificate, ByteBuffer input, ByteBuffer swap) Constructor for theSecureTransportobject.SecureTransport(Transport transport, Certificate certificate, ByteBuffer input, ByteBuffer swap, int size) Constructor for theSecureTransportobject.