avancement planning
This commit is contained in:
+2
@@ -6,6 +6,8 @@ exports.BaseBundleBuilder = void 0;
|
||||
// Subclasses must implement the `package` method to assemble a valid bundle
|
||||
// with the generated signature and verification material.
|
||||
class BaseBundleBuilder {
|
||||
signer;
|
||||
witnesses;
|
||||
constructor(options) {
|
||||
this.signer = options.signer;
|
||||
this.witnesses = options.witnesses;
|
||||
|
||||
+1
@@ -21,6 +21,7 @@ const base_1 = require("./base");
|
||||
const bundle_1 = require("./bundle");
|
||||
// BundleBuilder implementation for DSSE wrapped attestations
|
||||
class DSSEBundleBuilder extends base_1.BaseBundleBuilder {
|
||||
certificateChain;
|
||||
constructor(options) {
|
||||
super(options);
|
||||
this.certificateChain = options.certificateChain ?? false;
|
||||
|
||||
Reference in New Issue
Block a user