AuthUtil

object AuthUtil

Created by pedro on 27/04/21.

Functions

Link copied to clipboard
fun getAdobeAuthUserResult(user: String, password: String, salt: String, challenge: String, opaque: String): String
Link copied to clipboard
fun getChallenge(description: String): String
Link copied to clipboard
fun getLlnwAuthUserResult(user: String, password: String, nonce: String, app: String): String

Limelight auth. This auth is closely to Digest auth http://tools.ietf.org/html/rfc2617 http://en.wikipedia.org/wiki/Digest_access_authentication

Link copied to clipboard
fun getNonce(description: String): String

Limelight auth utils

Link copied to clipboard
fun getOpaque(description: String): String
Link copied to clipboard
fun getSalt(description: String): String
Link copied to clipboard