use info from SecurityProblem class in health card
This commit is contained in:
@@ -145,7 +145,7 @@ public class PgpSecurityConstants {
|
||||
}
|
||||
|
||||
@Nullable
|
||||
private static KeySecurityProblem getKeySecurityProblem(long masterKeyId, long subKeyId, int algorithm,
|
||||
public static KeySecurityProblem getKeySecurityProblem(long masterKeyId, long subKeyId, int algorithm,
|
||||
Integer bitStrength, String curveOid) {
|
||||
switch (algorithm) {
|
||||
case PublicKeyAlgorithmTags.RSA_GENERAL: {
|
||||
|
||||
Reference in New Issue
Block a user