Expand description
Application for the creation of signatures from signing requests.
Enumsยง
- Error ๐
- Signstar signing error.
Functionsยง
- load_
nethsm_ ๐keyid - Creates a new [
NetHsm
] object with correct connection and user settings and returns it alongside with the [KeyId
] that should be used for signing. - main ๐
- Signs the signing request on standard input and returns a signing response on standard output.
- sign_
request ๐ - Signs the signing request in
reader
and write the response to thewriter
.