Packages

package meteringreport

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class MeteringReportGenerator extends AnyRef
  2. sealed trait MeteringReportKey extends AnyRef

Value Members

  1. object HmacSha256
  2. object Jcs

    A limited implementation of JCS https://datatracker.ietf.org/doc/html/rfc8785

    A limited implementation of JCS https://datatracker.ietf.org/doc/html/rfc8785

    The limitations of this implementation are that: - only whole numbers are supported - only numbers with an absolute value less than pow(2,52) are supported

    The primary reason for the above is that this is suitable for our needs and avoids getting into difficult areas regarding the JCS spec

    For details see JCS.md

  3. object JcsSigner
    Annotations
    @SuppressWarnings()
  4. object MeteringReport
  5. object MeteringReportKey

Ungrouped