KeyPair
data class KeyPair(val publicKey: RSAPublicKey, val privateKey: PrivateKey, var keyAlias: String)(source)
Represents a cryptographic key pair used for device binding operations.
Represents a cryptographic key pair used for device binding operations.