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 classRequestCertificate.ChallengeTheChallengeprovides 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 CertificateChallengeRequestCertificate. challengeThis is used to challenge the client for an X509 certificate.Methods in org.simpleframework.http.core that return CertificateChallenge Modifier and Type Method Description CertificateChallengeRequestCertificate. 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 classNegotiationState.ChallengeTheChallengeobject 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 CertificateChallengeCertificate. getChallenge()This returns a challenge for the certificate.CertificateChallengeNegotiationState. getChallenge()This returns a challenge for the certificate.
-