IPWorks Encrypt 2020 Kotlin Edition

Questions / Feedback?

HeaderParam Type

The JOSE header parameter.

Remarks

This type holds the JOSE header parameters. The fields define the name, value, and data type of the parameter.

Fields

DataType
TDataTypes

The data type of the header parameter.

This field specifies the JSON type of the header parameter value. Possible values are:

  • 0 (Object)
  • 1 (Array)
  • 2 (String)
  • 3 (Number)
  • 4 (Bool)
  • 5 (Null)

Name
String?

The header parameter name.

Value
String?

The header parameter value.

Constructors

public constructor()

Creates a new header parameter with no name or value.

public constructor(name: String?, value: String?)

Creates a new header parameter. The DataType of the value will be a String.

public constructor(name: String?, value: String?, dataType: Int)

Creates a new header parameter with the specified DataType.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Kotlin Edition - Version 20.0 [Build 7941]