Companion
object Companion
Functions
Link copied to clipboard
suspend fun fromKeyPair(publicKey: ByteArray, publicKeyFormat: DpopKeyPair.PublicKeyFormat, privateKey: ByteArray, privateKeyFormat: DpopKeyPair.PrivateKeyFormat): DpopKeyPair
Creates a DPoP key pair from the provided public and private keys in the specified formats.
Link copied to clipboard
fun fromKeyPairBlocking(publicKey: ByteArray, publicKeyFormat: DpopKeyPair.PublicKeyFormat, privateKey: ByteArray, privateKeyFormat: DpopKeyPair.PrivateKeyFormat): DpopKeyPair
Creates a DPoP key pair from the provided public and private keys in the specified formats.
Link copied to clipboard
Generates a brand new DPoP key pair using the P-256 curve.
Link copied to clipboard
Generates a brand new DPoP key pair using the P-256 curve.