Package org.xipki.security.util
Class RSABrokenKey
- java.lang.Object
-
- org.xipki.security.util.RSABrokenKey
-
public class RSABrokenKey extends Object
RSA broken key checker.- Since:
- 2.1.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description RSABrokenKey()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisAffected(BigInteger modulus)
-
-
-
Method Detail
-
isAffected
public static boolean isAffected(BigInteger modulus)
-
-