Readonly
dnssecReadonly
orgReadonly
signatureVerify the signature against the specified plaintext
The plaintext to verify (can be undefined if the plaintext is encapsulated in the signature)
The OID of the service for which the signature should be valid
The date or period for which the signature should be valid (defaults to now)
Optional
trustAnchors: readonly TrustAnchor[]The DNSSEC trust anchors to use for verification
The verification result containing the plaintext and member information
If the signature is invalid
Static
deserialiseDeserialise a binary representation into a SignatureBundle instance
The serialised signature bundle
A new SignatureBundle instance
If the version is not 0
Static
signCreate a signature for the specified plaintext
The data to sign
The OID of the service for which the signature is created
The member id bundle or organisation signer to use for signing
The private key corresponding to the signer certificate
The date when the signature expires
Additional options for signature creation
A new SignatureBundle instance
Generated using TypeDoc
Serialise this signature bundle to its binary representation