001package co.codewizards.cloudstore.rest.client.ssl;
002
003public interface DynamicX509TrustManagerCallback {
004
005        CheckServerTrustedCertificateExceptionResult handleCheckServerTrustedCertificateException(CheckServerTrustedCertificateExceptionContext context);
006
007}