
com.darwinsys.security.Strength Maven / Gradle / Ivy
package com.darwinsys.security;
public enum Strength {
STRONG,
MEDIUM,
WEAK,
USELESS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.darwinsys.security;
public enum Strength {
STRONG,
MEDIUM,
WEAK,
USELESS
}