You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// SetMinimumSecurityLevel sets a global minimum security level. Jess will refuse any operations that violate this security level.
func SetMinimumSecurityLevel(securityLevel int) {
defaultSecurityLevel = securityLevel
minimumSecurityLevel = securityLevel
}
// SetDefaultKeySize sets a global default key size to be used as a fallback value. This will be only used if the default key size could not be derived from already present information.