# Functions
ParseLevel parses the current security level and returns Level.
ParseSCP02Parameter parses the i-Param for SCP02 and returns SCP02Parameter.
ParseSCP03Parameter parses the i-Param for SCP03 and returns SCP03Parameter.
ParseSCP10Parameter parses the i-Param for SCP10 and returns SCP10Parameter.
# Constants
AnyAuthenticated indicates authentication status ANY_AUTHENTICATED.
Authenticated indicates authentication status AUTHENTICATED.
NotAuthenticated indicates that authentication status is neither AUTHENTICATED nor ANY_AUTHENTICATED.
# Structs
Level provides secure messaging protection levels that are applied to protected messages, either for the whole session or for a specific command-response pair.
SCP02Parameter contains options encoded on the i-Parameter for SCP02.
SCP03Parameter contains options encoded on the i-Parameter for SCP03.
SCP10Parameter contains options encoded on the i-Parameter for SCP10.
SCPParameter is used for storing data about SCPs that might be unknown to the current implementation.
# Type aliases
AuthenticationStatus is the current authentication status of a secure channel session.