package
6.0.0-beta.10+incompatible
Repository: https://github.com/nuts-foundation/nuts-node.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
FlagSet contains flags relevant for JSON-LD.
No description provided by the author
NewDenylist creates a denylist with the specified configuration.
NewMockDenylist creates a new mock instance.
NewMockProvider creates a new mock instance.
NewMockValidator creates a new mock instance.
SetNewDenylistWithCert sets a new Denylist on the Validator and adds the certificate.
TestConfig is the same as DefaultConfig without a denylist URL set.
# Variables
ErrCertBanned means the certificate was banned by a denylist rather than revoked by a CRL.
errors.
errors.
errors.
errors.
ErrDenylistMissing occurs when the denylist cannot be downloaded.
# Structs
Config specifies configuration parameters for PKI functionality.
DenylistConfig specifies the config structure for the crl/certificate blacklist module.
MockDenylist is a mock of Denylist interface.
MockDenylistMockRecorder is the mock recorder for MockDenylist.
MockProvider is a mock of Provider interface.
MockProviderMockRecorder is the mock recorder for MockProvider.
MockValidator is a mock of Validator interface.
MockValidatorMockRecorder is the mock recorder for MockValidator.
No description provided by the author