SecretEnvelope constructor
SecretEnvelope({})
Implementation
SecretEnvelope({
required this.fromKpid,
required this.fromEnrollmentId,
required this.toKpid,
required this.suite,
required this.kid,
required this.sealed,
this.v = currentVersion,
});