Decrypt a previously encrypted string, returning the orignal data
Get the next sequence number for a transmission. Default implementation is to increment a counter
Reset everything to an unauthorized state
sign a string suitable for transmission, returning the signature. Passing the data and signature to verify will determine if the data is unchanged.
Verifies data and its signature. If verification fails, an sspi.error will be raised.