Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SymmetricAlgorithmSecurityHeader

Hierarchy

  • BaseUAObject
    • SymmetricAlgorithmSecurityHeader

Index

Constructors

constructor

Properties

schema

schema: StructuredTypeSchema

tokenId

tokenId: UInt32

Static possibleFields

possibleFields: string[] = ["tokenId"]

Static schema

schema: StructuredTypeSchema = schemaSymmetricAlgorithmSecurityHeader

Methods

binaryStoreSize

  • binaryStoreSize(): number
  • Calculate the required size to store this object in a binary stream.

    method

    binaryStoreSize

    Returns number

    number

clone

  • clone(): any
  • Returns any

decode

  • decode(stream: BinaryStream): void

decodeDebug

  • decodeDebug(stream: BinaryStream, options: DecodeDebugOptions): void
  • method

    decodeDebug

    Parameters

    • stream: BinaryStream
    • options: DecodeDebugOptions

    Returns void

encode

  • encode(stream: OutputBinaryStream): void

explore

  • explore(): string
  • Returns string

isValid

  • isValid(): boolean
  • verify that all object attributes values are valid according to schema

    method

    isValid

    Returns boolean

    boolean

toJSON

  • toJSON(): any
  • Returns any

toString

  • toString(...args: any[]): string
  • method

    toString

    Parameters

    • Rest ...args: any[]

    Returns string

Generated using TypeDoc