Uses of Interface
org.simpleframework.transport.CertificateChallenge
Packages that use CertificateChallenge
-
Uses of CertificateChallenge in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement CertificateChallengeModifier and TypeClassDescriptionprivate static class
TheChallenge
provides a basic wrapper around the challenge provided by the SSL connection.Fields in org.simpleframework.http.core declared as CertificateChallengeModifier and TypeFieldDescriptionprivate final CertificateChallenge
RequestCertificate.challenge
This is used to challenge the client for an X509 certificate.Methods in org.simpleframework.http.core that return CertificateChallengeModifier and TypeMethodDescriptionRequestCertificate.getChallenge()
This returns a challenge for the certificate. -
Uses of CertificateChallenge in org.simpleframework.transport
Classes in org.simpleframework.transport that implement CertificateChallengeModifier and TypeClassDescriptionprivate class
TheChallenge
object is used to enable the server to challenge for the client X509 certificate if desired.Methods in org.simpleframework.transport that return CertificateChallengeModifier and TypeMethodDescriptionCertificate.getChallenge()
This returns a challenge for the certificate.NegotiationState.getChallenge()
This returns a challenge for the certificate.