Uses of Interface
org.simpleframework.transport.CertificateChallenge
-
Packages that use CertificateChallenge Package Description org.simpleframework.http.core org.simpleframework.transport -
-
Uses of CertificateChallenge in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement CertificateChallenge Modifier and Type Class Description private static class
RequestCertificate.Challenge
TheChallenge
provides a basic wrapper around the challenge provided by the SSL connection.Fields in org.simpleframework.http.core declared as CertificateChallenge Modifier and Type Field Description private CertificateChallenge
RequestCertificate. challenge
This is used to challenge the client for an X509 certificate.Methods in org.simpleframework.http.core that return CertificateChallenge Modifier and Type Method Description CertificateChallenge
RequestCertificate. getChallenge()
This returns a challenge for the certificate. -
Uses of CertificateChallenge in org.simpleframework.transport
Classes in org.simpleframework.transport that implement CertificateChallenge Modifier and Type Class Description private class
NegotiationState.Challenge
TheChallenge
object is used to enable the server to challenge for the client X509 certificate if desired.Methods in org.simpleframework.transport that return CertificateChallenge Modifier and Type Method Description CertificateChallenge
Certificate. getChallenge()
This returns a challenge for the certificate.CertificateChallenge
NegotiationState. getChallenge()
This returns a challenge for the certificate.
-