KnownOIDs
Holds known OIDs and their descriptions. If the oids module is part of your classpath, call KnownOIDs.describeAll() to add descriptions for all known OID constants shipped with the module.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a human-readable description of key (if known and loaded).
Link copied to clipboard
Adds or overrides a description for key. This is useful for communicating context to humans, especially for (but not limited to) debugging. This method is neither thread-safe nor coroutine-safe! Unguarded concurrent calls can cause loss of descriptions. OID descriptions need to live outside the actual OID objects, because this semantic enhancement will never be serialized and thus cannot be deserialized.
Link copied to clipboard
Link copied to clipboard