@regulaforensics/document-reader
    Preparing search index...

    Class TccParams

    TCC service related parameters for RFID session configuration.

    Index
    pfxCert: string | null

    The bytes of the certificate for a TCC service. This data will be used instead of loading the certificate via [pfxCertUrl].

    pfxCertUrl: string | null

    The URL for the certificate for a TCC service. The value of the property must be a valid URL string.

    pfxPassPhrase: string | null

    The passphrase for the cerficiate provided by the [pfxCertUrl] property.

    serviceUrlPA: string | null

    The PA URL for the TCC service. The value of the property must be a valid URL string.

    serviceUrlTA: string | null

    The TA URL for the TCC service. The value of the property must be a valid URL string.