Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SignedCommit

Class representing a signed commit.

Hierarchy

  • SignedCommit

Index

Constructors

constructor

Properties

Private json

json: IFlattenedJws

Methods

getObjectId

  • getObjectId(): string
  • Retrieves the ID of the object to which this commit belongs.

    Returns string

getPayload

  • getPayload(): any

getProtectedHeaders

  • getProtectedHeaders(): ICommitProtectedHeaders
  • Returns the decoded protected headers for this commit. TODO TODO NO REV

    Returns ICommitProtectedHeaders

getRevision

  • getRevision(): string

toFlattenedJson

  • toFlattenedJson(): IFlattenedJws
  • Returns the signed commit data in the Flattened JWS JSON Serialization.

    Returns IFlattenedJws

Generated using TypeDoc