diff --git a/api/classes/cargo.html b/api/classes/cargo.html index b5aa93aac..80c4a9638 100644 --- a/api/classes/cargo.html +++ b/api/classes/cargo.html @@ -2483,7 +2483,7 @@

constructor

Parameters

@@ -2515,7 +2515,7 @@

date

@@ -2526,7 +2526,7 @@

id

@@ -2537,7 +2537,7 @@

payloadSerialized

@@ -2548,7 +2548,7 @@

recipientAddress

@@ -2559,7 +2559,7 @@

senderCaCertificateChain

@@ -2570,7 +2570,7 @@

senderCertificate

@@ -2581,7 +2581,7 @@

ttl

@@ -2599,7 +2599,7 @@

expiryDate

Returns Date

@@ -2620,7 +2620,7 @@

getSenderCertificationPath

@@ -2652,7 +2652,7 @@

serialize

Parameters

@@ -2679,7 +2679,7 @@

unwrapPayload

Parameters

@@ -2703,7 +2703,7 @@

validate

@@ -2735,7 +2735,7 @@

Static deserialize

  • Parameters

    diff --git a/api/classes/cargocollectionauthorization.html b/api/classes/cargocollectionauthorization.html new file mode 100644 index 000000000..1fb0e3daa --- /dev/null +++ b/api/classes/cargocollectionauthorization.html @@ -0,0 +1,2821 @@ + + + + + + CargoCollectionAuthorization | @relaycorp/relaynet-core + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + + + +
    +
    + Menu +
    +
    +
    +
    +
    + +
    +
    +
    +

    Hierarchy

    + +
    +
    +

    Index

    +
    +
    +
    +

    Constructors

    + +
    +
    +

    Properties

    + +
    +
    +

    Accessors

    + +
    +
    +

    Methods

    + +
    +
    +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    + + +
    +
    +
    +

    Properties

    +
    + +

    date

    +
    date: Date
    + +
    +
    + +

    id

    +
    id: string
    + +
    +
    + +

    payloadSerialized

    +
    payloadSerialized: Buffer
    + +
    +
    + +

    recipientAddress

    +
    recipientAddress: string
    + +
    +
    + +

    senderCaCertificateChain

    +
    senderCaCertificateChain: keyof Certificate[]
    + +
    +
    + +

    senderCertificate

    +
    senderCertificate: Certificate
    + +
    +
    + +

    ttl

    +
    ttl: number
    + +
    +
    +
    +

    Accessors

    +
    + +

    expiryDate

    +
      +
    • get expiryDate(): Date
    • +
    + +
    +
    +
    +

    Methods

    +
    + +

    getSenderCertificationPath

    + + +
    +
    + +

    serialize

    +
      +
    • serialize(senderPrivateKey: CryptoKey, signatureOptions?: SignatureOptions): Promise<ArrayBuffer>
    • +
    + +
    +
    + +

    unwrapPayload

    + + +
    +
    + +

    validate

    +
      +
    • validate(trustedCertificates?: keyof Certificate[]): Promise<void>
    • +
    +
      +
    • + +
      +
      +

      Report whether the message is valid.

      +
      +
      +

      Parameters

      +
        +
      • +
        Optional trustedCertificates: keyof Certificate[]
        +
        +

        If present, will check that the sender is authorized to send + the message based on the trusted certificates.

        +
        +
      • +
      +

      Returns Promise<void>

      +
    • +
    +
    +
    + +

    Static deserialize

    + + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Module
    • +
    • Object literal
    • +
    • Variable
    • +
    • Function
    • +
    • Function with type parameter
    • +
    • Index signature
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Enumeration
    • +
    • Enumeration member
    • +
    • Property
    • +
    • Method
    • +
    +
      +
    • Interface
    • +
    • Interface with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Index signature
    • +
    +
      +
    • Class
    • +
    • Class with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Accessor
    • +
    • Index signature
    • +
    +
      +
    • Inherited constructor
    • +
    • Inherited property
    • +
    • Inherited method
    • +
    • Inherited accessor
    • +
    +
      +
    • Protected property
    • +
    • Protected method
    • +
    • Protected accessor
    • +
    +
      +
    • Private property
    • +
    • Private method
    • +
    • Private accessor
    • +
    +
      +
    • Static property
    • +
    • Static method
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    +
    + + + \ No newline at end of file diff --git a/api/classes/cargomessageset.html b/api/classes/cargomessageset.html index caeb59155..ef3fd6041 100644 --- a/api/classes/cargomessageset.html +++ b/api/classes/cargomessageset.html @@ -2450,7 +2450,7 @@

    constructor

  • Parameters

    @@ -2472,7 +2472,7 @@

    messages

    messages: Set<Buffer>
    @@ -2489,7 +2489,7 @@

    deserializeMessages

  • Returns AsyncIterableIterator<Parcel>

    @@ -2506,7 +2506,7 @@

    serialize

  • Returns ArrayBuffer

    @@ -2523,7 +2523,7 @@

    Static deserialize

  • Parameters

    diff --git a/api/classes/certificate.html b/api/classes/certificate.html index b05ae9440..8b118d238 100644 --- a/api/classes/certificate.html +++ b/api/classes/certificate.html @@ -2477,7 +2477,7 @@

    constructor

  • Parameters

    @@ -2499,7 +2499,7 @@

    pkijsCertificate

    pkijsCertificate: pkijs.Certificate
    @@ -2516,7 +2516,7 @@

    calculateSubjectPrivateAddress

  • Returns Promise<string>

    @@ -2533,7 +2533,7 @@

    getCertificationPath

  • @@ -2576,7 +2576,7 @@

    getCommonName

  • Returns string

    @@ -2593,7 +2593,7 @@

    getPublicKey

  • Returns Promise<CryptoKey>

    @@ -2610,7 +2610,7 @@

    getSerialNumber

  • @@ -2635,7 +2635,7 @@

    getSerialNumberHex

  • Returns string

    @@ -2652,7 +2652,7 @@

    isEqual

  • @@ -2682,7 +2682,7 @@

    serialize

  • @@ -2704,7 +2704,7 @@

    validate

  • Returns void

    @@ -2721,7 +2721,7 @@

    Static deserialize

  • @@ -2757,7 +2757,7 @@

    Static issue

  • diff --git a/api/classes/certificateerror.html b/api/classes/certificateerror.html index 5e212d15d..9e90264f3 100644 --- a/api/classes/certificateerror.html +++ b/api/classes/certificateerror.html @@ -2573,7 +2573,7 @@

    name

    Inherited from RelaynetError.name

    Overrides Error.name

    Returns string

    diff --git a/api/classes/cmserror.html b/api/classes/cmserror.html index 59417624b..567bb8dbd 100644 --- a/api/classes/cmserror.html +++ b/api/classes/cmserror.html @@ -2575,7 +2575,7 @@

    name

    Inherited from RelaynetError.name

    Overrides Error.name

    Returns string

    diff --git a/api/classes/dhcertificateerror.html b/api/classes/dhcertificateerror.html index d5007aa14..435468a5c 100644 --- a/api/classes/dhcertificateerror.html +++ b/api/classes/dhcertificateerror.html @@ -2568,7 +2568,7 @@

    name

    Inherited from RelaynetError.name

    Overrides Error.name

    Returns string

    diff --git a/api/classes/emptypayloadplaintext.html b/api/classes/emptypayloadplaintext.html new file mode 100644 index 000000000..e8e456b56 --- /dev/null +++ b/api/classes/emptypayloadplaintext.html @@ -0,0 +1,2523 @@ + + + + + + EmptyPayloadPlaintext | @relaycorp/relaynet-core + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + + + +
    +
    + Menu +
    +
    +
    +
    +
    + +
    +
    +
    +

    Hierarchy

    +
      +
    • + EmptyPayloadPlaintext +
    • +
    +
    +
    +

    Implements

    + +
    +
    +

    Index

    +
    +
    +
    +

    Methods

    + +
    +
    +
    +
    +
    +

    Methods

    +
    + +

    serialize

    +
      +
    • serialize(): ArrayBuffer
    • +
    + +
    +
    + +

    Static deserialize

    + + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Module
    • +
    • Object literal
    • +
    • Variable
    • +
    • Function
    • +
    • Function with type parameter
    • +
    • Index signature
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Enumeration
    • +
    • Enumeration member
    • +
    • Property
    • +
    • Method
    • +
    +
      +
    • Interface
    • +
    • Interface with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Index signature
    • +
    +
      +
    • Class
    • +
    • Class with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Accessor
    • +
    • Index signature
    • +
    +
      +
    • Inherited constructor
    • +
    • Inherited property
    • +
    • Inherited method
    • +
    • Inherited accessor
    • +
    +
      +
    • Protected property
    • +
    • Protected method
    • +
    • Protected accessor
    • +
    +
      +
    • Private property
    • +
    • Private method
    • +
    • Private accessor
    • +
    +
      +
    • Static property
    • +
    • Static method
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    +
    + + + \ No newline at end of file diff --git a/api/classes/envelopeddata.html b/api/classes/envelopeddata.html index 6eec709fe..aa7202f1d 100644 --- a/api/classes/envelopeddata.html +++ b/api/classes/envelopeddata.html @@ -2430,7 +2430,7 @@

    Abstract decrypt

  • @@ -2461,7 +2461,7 @@

    Abstract getRecipient
    @@ -2488,7 +2488,7 @@

    serialize

  • @@ -2511,7 +2511,7 @@

    Static deserialize

  • diff --git a/api/classes/invalidmessageerror.html b/api/classes/invalidmessageerror.html index 82014a6bb..1ee461531 100644 --- a/api/classes/invalidmessageerror.html +++ b/api/classes/invalidmessageerror.html @@ -2575,7 +2575,7 @@

    name

    Inherited from RelaynetError.name

    Overrides Error.name

    Returns string

    diff --git a/api/classes/message.html b/api/classes/message.html index 6480227b6..1a8fa1da4 100644 --- a/api/classes/message.html +++ b/api/classes/message.html @@ -2440,6 +2440,9 @@

    Hierarchy

  • Cargo
  • +
  • + CargoCollectionAuthorization +
  • @@ -2496,7 +2499,7 @@

    constructor

  • Parameters

    @@ -2527,7 +2530,7 @@

    date

    date: Date
    @@ -2537,7 +2540,7 @@

    id

    id: string
    @@ -2547,7 +2550,7 @@

    payloadSerialized

    payloadSerialized: Buffer
    @@ -2557,7 +2560,7 @@

    recipientAddress

    recipientAddress: string
    @@ -2567,7 +2570,7 @@

    senderCaCertificateChain

    senderCaCertificateChain: keyof Certificate[]
    @@ -2577,7 +2580,7 @@

    senderCertificate

    senderCertificate: Certificate
    @@ -2587,7 +2590,7 @@

    ttl

    ttl: number
    @@ -2604,7 +2607,7 @@

    expiryDate

  • Returns Date

    @@ -2624,7 +2627,7 @@

    getSenderCertificationPath

  • @@ -2655,7 +2658,7 @@

    Abstract serialize

  • @@ -2688,7 +2691,7 @@

    unwrapPayload

  • Parameters

    @@ -2711,7 +2714,7 @@

    validate

  • diff --git a/api/classes/parcel.html b/api/classes/parcel.html index 1baee0f13..109d9eea1 100644 --- a/api/classes/parcel.html +++ b/api/classes/parcel.html @@ -2483,7 +2483,7 @@

    constructor

    Parameters

    @@ -2515,7 +2515,7 @@

    date

    @@ -2526,7 +2526,7 @@

    id

    @@ -2537,7 +2537,7 @@

    payloadSerialized

    @@ -2548,7 +2548,7 @@

    recipientAddress

    @@ -2559,7 +2559,7 @@

    senderCaCertificateChain

    @@ -2570,7 +2570,7 @@

    senderCertificate

    @@ -2581,7 +2581,7 @@

    ttl

    @@ -2599,7 +2599,7 @@

    expiryDate

    Returns Date

    @@ -2620,7 +2620,7 @@

    getSenderCertificationPath

    @@ -2652,7 +2652,7 @@

    serialize

    Parameters

    @@ -2679,7 +2679,7 @@

    unwrapPayload

    Parameters

    @@ -2703,7 +2703,7 @@

    validate

    @@ -2735,7 +2735,7 @@

    Static deserialize

  • Parameters

    diff --git a/api/classes/privatekeystore.html b/api/classes/privatekeystore.html index 4ac8df349..3265fa944 100644 --- a/api/classes/privatekeystore.html +++ b/api/classes/privatekeystore.html @@ -2422,7 +2422,7 @@

    fetchNodeKey

  • Parameters

    @@ -2445,7 +2445,7 @@

    fetchSessionKey

  • Parameters

    @@ -2471,7 +2471,7 @@

    saveNodeKey

  • Parameters

    @@ -2497,7 +2497,7 @@

    saveSessionKey

  • Parameters

    diff --git a/api/classes/privatekeystoreerror.html b/api/classes/privatekeystoreerror.html index 0333f2b74..c7c67afd4 100644 --- a/api/classes/privatekeystoreerror.html +++ b/api/classes/privatekeystoreerror.html @@ -2568,7 +2568,7 @@

    name

    Inherited from RelaynetError.name

    Overrides Error.name

    Returns string

    diff --git a/api/classes/ramferror.html b/api/classes/ramferror.html index 4d9212b47..f45dcc0ec 100644 --- a/api/classes/ramferror.html +++ b/api/classes/ramferror.html @@ -2583,7 +2583,7 @@

    name

    Inherited from RelaynetError.name

    Overrides Error.name

    Returns string

    diff --git a/api/classes/ramfsyntaxerror.html b/api/classes/ramfsyntaxerror.html index 5da00e6ed..d8040bb2d 100644 --- a/api/classes/ramfsyntaxerror.html +++ b/api/classes/ramfsyntaxerror.html @@ -2575,7 +2575,7 @@

    name

    Inherited from RelaynetError.name

    Overrides Error.name

    Returns string

    diff --git a/api/classes/ramfvalidationerror.html b/api/classes/ramfvalidationerror.html index 841735dea..bb351d188 100644 --- a/api/classes/ramfvalidationerror.html +++ b/api/classes/ramfvalidationerror.html @@ -2575,7 +2575,7 @@

    name

    Inherited from RelaynetError.name

    Overrides Error.name

    Returns string

    diff --git a/api/classes/relayneterror.html b/api/classes/relayneterror.html index 8e62cc352..b3ad4d4ba 100644 --- a/api/classes/relayneterror.html +++ b/api/classes/relayneterror.html @@ -2447,10 +2447,10 @@

    Hierarchy

    CMSError
  • - InvalidMessageError + RAMFError
  • - RAMFError + InvalidMessageError
  • @@ -2614,7 +2614,7 @@

    name

    Returns string

    diff --git a/api/classes/servicemessage.html b/api/classes/servicemessage.html index ac33d6043..cbad1c7df 100644 --- a/api/classes/servicemessage.html +++ b/api/classes/servicemessage.html @@ -2449,7 +2449,7 @@

    constructor

  • Parameters

    @@ -2474,7 +2474,7 @@

    type

    type: string
    @@ -2484,7 +2484,7 @@

    value

    value: Buffer
    @@ -2501,7 +2501,7 @@

    serialize

  • @@ -2523,7 +2523,7 @@

    Static deserialize

  • diff --git a/api/classes/sessionenvelopeddata.html b/api/classes/sessionenvelopeddata.html index b27fe5fae..62780f6a4 100644 --- a/api/classes/sessionenvelopeddata.html +++ b/api/classes/sessionenvelopeddata.html @@ -2444,7 +2444,7 @@

    decrypt

    Parameters

    @@ -2467,7 +2467,7 @@

    getOriginatorKey

  • @@ -2490,7 +2490,7 @@

    getRecipientKeyId

    Returns Buffer

    @@ -2508,7 +2508,7 @@

    serialize

    @@ -2532,7 +2532,7 @@

    Static deserialize

    @@ -2564,7 +2564,7 @@

    Static encrypt

  • diff --git a/api/classes/sessionlessenvelopeddata.html b/api/classes/sessionlessenvelopeddata.html index fd9a14af1..4d4ee615c 100644 --- a/api/classes/sessionlessenvelopeddata.html +++ b/api/classes/sessionlessenvelopeddata.html @@ -2440,7 +2440,7 @@

    decrypt

    Parameters

    @@ -2464,7 +2464,7 @@

    getRecipientKeyId

    Returns Buffer

    @@ -2482,7 +2482,7 @@

    serialize

    @@ -2506,7 +2506,7 @@

    Static deserialize

    @@ -2538,7 +2538,7 @@

    Static encrypt

  • diff --git a/api/globals.html b/api/globals.html index 9ece54352..334234e55 100644 --- a/api/globals.html +++ b/api/globals.html @@ -2371,6 +2371,9 @@
  • Cargo
  • +
  • + CargoCollectionAuthorization +
  • CargoMessageSet
  • @@ -2383,6 +2386,9 @@
  • DHCertificateError
  • +
  • + EmptyPayloadPlaintext +
  • EnvelopedData
  • @@ -2741,10 +2747,12 @@

    Classes

    @@ -2979,7 +2987,7 @@

    Const CMS_DATA

    CMS_DATA: "1.2.840.113549.1.7.1" = "1.2.840.113549.1.7.1"
    @@ -2989,7 +2997,7 @@

    Const CMS_ENVELOPED_DAT
    CMS_ENVELOPED_DATA: "1.2.840.113549.1.7.3" = "1.2.840.113549.1.7.3"
    @@ -2999,7 +3007,7 @@

    Const CMS_SIGNED_DATACMS_SIGNED_DATA: "1.2.840.113549.1.7.2" = "1.2.840.113549.1.7.2"

    @@ -3009,7 +3017,7 @@

    Const COMMON_NAME

    COMMON_NAME: "2.5.4.3" = "2.5.4.3"
    @@ -3024,7 +3032,7 @@

    Const DEFAULT_TTL_SECON
    DEFAULT_TTL_SECONDS: number = 5 * 60
    @@ -3034,7 +3042,7 @@

    Const FORMAT_SIGNATURE_
    FORMAT_SIGNATURE_PARSER: Parser<{} & {} & {}> = new Parser().endianess('little').string('magic', { length: 8, assert: 'Relaynet' }).uint8('concreteMessageType').uint8('concreteMessageVersion')
    @@ -3044,7 +3052,7 @@

    Const MAX_DH_CERT_
    MAX_DH_CERT_LENGTH_DAYS: 60 = 60
    @@ -3054,7 +3062,7 @@

    Const MAX_DH_CERT_
    MAX_DH_CERT_LENGTH_MS: number = MAX_DH_CERT_LENGTH_DAYS * SECONDS_PER_DAY * 1_000
    @@ -3064,7 +3072,7 @@

    Const MAX_ID_LENGTH

    MAX_ID_LENGTH: 64 = 64
    @@ -3074,7 +3082,7 @@

    Const MAX_MESSAGE_LENGT
    MAX_MESSAGE_LENGTH: 9437184 = 9437184
    @@ -3084,7 +3092,7 @@

    Const MAX_PATH_LENGTH_<
    MAX_PATH_LENGTH_CONSTRAINT: 2 = 2
    @@ -3094,7 +3102,7 @@

    Const MAX_PAYLOAD_LENGT
    MAX_PAYLOAD_LENGTH: number = 2 ** 23 - 1
    @@ -3104,7 +3112,7 @@

    Const MAX_RECIPIENT_ADD
    MAX_RECIPIENT_ADDRESS_LENGTH: 1024 = 1024
    @@ -3114,7 +3122,7 @@

    Const MAX_TTL

    MAX_TTL: 15552000 = 15552000
    @@ -3124,7 +3132,7 @@

    Const MAX_TYPE_LENGTHMAX_TYPE_LENGTH: number = 2 ** 8 - 1 @@ -3134,7 +3142,7 @@

    Const MAX_VALUE_LENGTH<
    MAX_VALUE_LENGTH: number = 2 ** 32 - 1
    @@ -3144,7 +3152,7 @@

    Const PARSER

    PARSER: Parser<{} & {} & {} & {}> = new Parser().endianess('little').uint8('messageTypeLength').string('messageType', { length: 'messageTypeLength', encoding: 'utf8' }).uint32('messageLength').buffer('message', { length: 'messageLength' })
    @@ -3154,7 +3162,7 @@

    Const RELAYNET_ORIGINATOR_RELAYNET_ORIGINATOR_EPHEMERAL_CERT_SERIAL_NUMBER: "0.4.0.127.0.17.0.1.0" = "0.4.0.127.0.17.0.1.0" @@ -3164,7 +3172,7 @@

    Const SECONDS_PER_DAYSECONDS_PER_DAY: 86400 = 86400 @@ -3174,18 +3182,19 @@

    Const SUBJECT_KEY

    SUBJECT_KEY: "2.5.29.14" = "2.5.29.14"

    Const concreteMessageTypeOctet

    -
    concreteMessageTypeOctet: 67 = 67
    +
    concreteMessageTypeOctet: 68 = 68
    @@ -3195,8 +3204,9 @@

    Const concreteMessageVe
    concreteMessageVersionOctet: 0 = 0
    @@ -3206,8 +3216,8 @@

    Const cryptoEngine

    cryptoEngine: any = new CryptoEngine({crypto: webcrypto,name: 'nodeEngine',subtle: webcrypto.subtle,})
    @@ -3217,8 +3227,8 @@

    Const pkijsCrypto

    pkijsCrypto: SubtleCrypto = getPkijsCrypto()
    @@ -3228,7 +3238,7 @@

    Const webcrypto

    webcrypto: WebCrypto = new WebCrypto()
    @@ -3245,7 +3255,7 @@

    cloneAsn1jsValue

  • Parameters

    @@ -3268,7 +3278,7 @@

    computePrivateNodeAddress

  • Parameters

    @@ -3291,7 +3301,7 @@

    decimalToHex

  • Parameters

    @@ -3314,7 +3324,7 @@

    derDeserializeECDHPrivateKey

  • @@ -3347,7 +3357,7 @@

    derDeserializeECDHPublicKey

  • @@ -3380,7 +3390,7 @@

    derDeserializeRSAPrivateKey

  • @@ -3413,7 +3423,7 @@

    derDeserializeRSAPublicKey

  • @@ -3446,7 +3456,7 @@

    derSerializePrivateKey

  • @@ -3476,7 +3486,7 @@

    derSerializePublicKey

  • @@ -3506,7 +3516,7 @@

    deserialize

  • Type parameters

    @@ -3546,7 +3556,7 @@

    deserializeContentInfo

  • Parameters

    @@ -3569,7 +3579,7 @@

    deserializeDer

  • Parameters

    @@ -3592,7 +3602,7 @@

    extractOriginatorKeyId

  • Parameters

    @@ -3615,7 +3625,7 @@

    extractSignedDataContent

  • Parameters

    @@ -3638,7 +3648,7 @@

    generateECDHKeyPair

  • @@ -3668,7 +3678,7 @@

    generateRSAKeyPair

  • @@ -3715,7 +3725,7 @@

    generateRandom64BitValue

  • Returns ArrayBuffer

    @@ -3732,7 +3742,7 @@

    get32UIntFromIntegerBlock

  • Parameters

    @@ -3755,7 +3765,7 @@

    getAesKeySize

  • Parameters

    @@ -3778,7 +3788,7 @@

    getOrMakePkijsCertificate

  • Parameters

    @@ -3801,7 +3811,7 @@

    getPkijsCrypto

  • Returns SubtleCrypto

    @@ -3818,7 +3828,7 @@

    getPublicKeyDigest

  • @@ -3848,7 +3858,7 @@

    getPublicKeyDigestHex

  • @@ -3878,7 +3888,7 @@

    initSignerInfo

  • Parameters

    @@ -3904,7 +3914,7 @@

    issueDeliveryAuthorization

  • @@ -3936,7 +3946,7 @@

    issueEndpointCertificate

  • @@ -3968,7 +3978,7 @@

    issueGatewayCertificate

  • @@ -3999,7 +4009,7 @@

    issueInitialDHKeyCertificate

  • @@ -4031,7 +4041,7 @@

    issueNodeCertificate

  • Parameters

    @@ -4054,7 +4064,7 @@

    makeAuthorityKeyIdExtension

  • Parameters

    @@ -4077,7 +4087,7 @@

    makeBasicConstraintsExtension

  • Parameters

    @@ -4103,7 +4113,7 @@

    makeSubjectKeyIdExtension

  • Parameters

    @@ -4126,7 +4136,7 @@

    parseMessageFields

  • Parameters

    @@ -4149,7 +4159,7 @@

    parseMessageFormatSignature

  • Parameters

    @@ -4172,7 +4182,7 @@

    pkijsDecrypt

  • Parameters

    @@ -4201,7 +4211,7 @@

    serialize

  • @@ -4250,7 +4260,7 @@

    sign

  • @@ -4295,7 +4305,7 @@

    validateFileFormatSignature

  • Parameters

    @@ -4324,7 +4334,7 @@

    validateIssuerCertificate

  • Parameters

    @@ -4347,7 +4357,7 @@

    validateMessageIdLength

  • Parameters

    @@ -4370,7 +4380,7 @@

    validateMessageLength

  • Parameters

    @@ -4393,7 +4403,7 @@

    validateMessageTiming

  • Parameters

    @@ -4419,7 +4429,7 @@

    validatePayloadLength

  • Parameters

    @@ -4442,7 +4452,7 @@

    validateRecipientAddressLength

  • Parameters

    @@ -4465,7 +4475,7 @@

    validateTtl

  • Parameters

    @@ -4488,7 +4498,7 @@

    verifySignature

  • diff --git a/api/index.html b/api/index.html index ffbc60f9f..c3d957bf1 100644 --- a/api/index.html +++ b/api/index.html @@ -2371,6 +2371,9 @@
  • Cargo
  • +
  • + CargoCollectionAuthorization +
  • CargoMessageSet
  • @@ -2383,6 +2386,9 @@
  • DHCertificateError
  • +
  • + EmptyPayloadPlaintext +
  • EnvelopedData
  • @@ -2742,10 +2748,12 @@

    Classes