Api
            public interface ApiService
Content copied to clipboard
This interface defines the REST endpoints to contact to get important data for the correct operation of the app. All the requests made are GET ones.
Functions
getCertStatus
                          
                    Link copied to clipboard
                        @GET(value = signercertificate/status
Content copied to clipboard
getCertUpdate
                          
                    Link copied to clipboard
                        @GET(value = signercertificate/update
Content copied to clipboard
getCRLStatus
                          
                    Link copied to clipboard
                        @GET(value = drl/check
Content copied to clipboard
getRevokeList
                          
                    Link copied to clipboard
                        @GET(value = drl
Content copied to clipboard
getValidationRules
                          
                    Link copied to clipboard
                        @GET(value = settings
Content copied to clipboard