Control flags for the subscription operation.
The identifier of the key to be used for the signature.
The identifier of the certificate to be used.
The envelope marked " PIX " is unsigned.
A promise that’s settled with the signed “ PIX ” envelope.
Check for a signed " PIX " envelope.
The certificate chain identifier.
The Revoked Certificates List identifier (optional).
Control indicators for the verification operation.
The signed " PIX " envelope is to be verified.
A promise that resolves if the verification is successful.
Sign a dictionary entry at PIX.
The identifier of the key to be used for the signature.
The identifier of the certificate to be used.
The unsigned dictionary envelope.
A promise fulfilled with the signed dictionary envelope.
Checks a signed dictionary entry PIX .
The certificate chain identifier.
The Revoked Certificates List identifier (optional).
Control indicators for the verification operation.
The signed dictionary envelope to be checked.
A promise that resolves if the verification is successful.
Generate a JWS signature.
The identifier of the key to be used for the signature.
Control indicators for the JWS generation.
The JWS header.
The JWS payload.
A promise that resolves to the generated JWS.
Verifies a JWS signature.
The certificate chain identifier.
The Revoked Certificates List identifier (optional).
The JWS to be verified.
Control indicators for verification.
A promise that resolves with the JWS header and payload if the verification is successful.
mTLS Network Operation - POST.
Delegates the HTTP POST request to native_host (dinamonh), which performs
the mTLS handshake and the entire network operation outside the
Node process, using the HSM private key referenced by hsmOptions.
The destination URL of the request.
The HTTP headers of the request.
The body of the request.
HSM key/certificate/chain FQNs and other session parameters used by ` native_host ` for the mTLS handshake.
Request control flags (see the enumsPIX_HTTP_FLAGS).
A promise that resolves with the complete object returned by the
` native_host ` operation— { status, rcode, http_status, response_headers, response_body } —and not just with the body of the
HTTP response (see PixHttpResponse).
mTLS Network Operation - PUT.
Delegates the HTTP PUT request to native_host (dinamonh), which performs
the mTLS handshake and the network operation entirely outside the
Node process, using the HSM private key referenced by hsmOptions.
The destination URL of the request.
The HTTP headers of the request.
The body of the request.
HSM key/certificate/chain FQNs and other session parameters used by ` native_host ` for the mTLS handshake.
Request control flags (see the enumsPIX_HTTP_FLAGS).
A promise that resolves with the complete object returned by the
` native_host ` operation— { status, rcode, http_status, response_headers, response_body } —and not just with the body of the
HTTP response (see PixHttpResponse).
mTLS Network Operation - GET.
Delegates the HTTP GET request to native_host (dinamonh), which performs
the mTLS handshake and the entire network operation outside the
Node process, using the HSM private key referenced by hsmOptions.
The destination URL of the request.
The HTTP headers of the request.
HSM key/certificate/chain FQNs and other session parameters used by ` native_host ` for the mTLS handshake.
Request control flags (see the enumsPIX_HTTP_FLAGS).
A promise that resolves with the complete object returned by the
` native_host ` operation— { status, rcode, http_status, response_headers, response_body } —and not just with the body of the
HTTP response (see PixHttpResponse).
mTLS Network Operation - DELETE.
Delegates the HTTP DELETE request to native_host (dinamonh), which performs
the mTLS handshake and the entire network operation outside the
Node process, using the HSM private key referenced by hsmOptions.
The destination URL of the request.
The HTTP headers of the request.
HSM key/certificate/chain FQNs and other session parameters used by ` native_host ` for the mTLS handshake.
Request control flags (see the enumsPIX_HTTP_FLAGS).
A promise that resolves with the complete object returned by the
` native_host ` operation— { status, rcode, http_status, response_headers, response_body } —and not just with the body of the
HTTP response (see PixHttpResponse).
Write " PIX" on an envelope.