CoronaWarnURLSessionDelegate

final class CoronaWarnURLSessionDelegate : NSObject
extension CoronaWarnURLSessionDelegate: URLSessionDelegate

Undocumented

Creating a Delegate

  • Undocumented

    Declaration

    Swift

    init(localPublicKey: String)
  • Undocumented

    Declaration

    Swift

    func urlSession(
    	_ session: URLSession,
    	didReceive challenge: URLAuthenticationChallenge,
    	completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
    )
  • Undocumented

    Declaration

    Swift

    var rsa2048Asn1HeaderBytes: [UInt8] { get }