public static interface VerifyCertificateCallback.Response
VerifyCertificateCallback
.Modifier and Type | Method and Description |
---|---|
static VerifyCertificateCallback.Response |
defaultAction()
Notifies the engine that the engine itself must verify the certificate.
|
static VerifyCertificateCallback.Response |
invalid(CertVerificationStatus... verificationStatuses)
Notifies the engine that the given certificate is invalid with the specific
verificationStatus . |
static VerifyCertificateCallback.Response |
valid()
Notifies the engine that the given certificate is valid.
|
static VerifyCertificateCallback.Response valid()
static VerifyCertificateCallback.Response invalid(CertVerificationStatus... verificationStatuses)
verificationStatus
.
If the status list is empty the CertVerificationStatus.INVALID
value will
be used.
verificationStatuses
- the list of statuses that explain why the certificate is
invalidstatic VerifyCertificateCallback.Response defaultAction()