v1BootProof class
Constructors
- v1BootProof({required String ephemeralPublicKeyHex, required String awsAttestationDocB64, required String qosManifestB64, required String qosManifestEnvelopeB64, required String deploymentLabel, required String enclaveApp, required String owner, required externaldatav1Timestamp createdAt})
-
const
-
v1BootProof.fromJson(Map<
String, dynamic> json) -
factory
Properties
- awsAttestationDocB64 → String
-
The DER encoded COSE Sign1 struct Attestation doc.
final
- createdAt → externaldatav1Timestamp
-
final
- deploymentLabel → String
-
The label under which the enclave app was deployed.
final
- enclaveApp → String
-
Name of the enclave app
final
- ephemeralPublicKeyHex → String
-
The hex encoded Ephemeral Public Key.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- owner → String
-
Owner of the app i.e. 'tkhq'
final
- qosManifestB64 → String
-
The borsch serialized base64 encoded Manifest.
final
- qosManifestEnvelopeB64 → String
-
The borsch serialized base64 encoded Manifest Envelope.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited