ACMEApi
Functions
Link copied to clipboard
                  abstract suspend fun getACMEDirectories(discoveryUrl: String): NetworkResponse<<Error class: unknown class>>
Link copied to clipboard
                  abstract suspend fun getACMEFederationCertificateChain(discoveryUrl: String): NetworkResponse<List<String>>
Retrieves the ACME federation certificate chain from the specified discovery URL.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  abstract suspend fun sendACMERequest(url: String, body: ByteArray? = null): NetworkResponse<<Error class: unknown class>>
Link copied to clipboard
                  abstract suspend fun sendAuthorizationRequest(url: String, body: ByteArray? = null): NetworkResponse<<Error class: unknown class>>
Link copied to clipboard
                  abstract suspend fun sendChallengeRequest(url: String, body: ByteArray): NetworkResponse<<Error class: unknown class>>