AssertionNonce

class AssertionNonce(val nonce: ByteString) : Assertion

Asserts that the device has access to the opaque private key in DeviceAttestation by signing server-supplied nonce.

Constructors

Link copied to clipboard
constructor(nonce: ByteString)

Properties

Link copied to clipboard
val nonce: ByteString