Package org.xipki.ca.api.profile
Class KeyParametersOption.RSAParametersOption
- java.lang.Object
-
- org.xipki.ca.api.profile.KeyParametersOption
-
- org.xipki.ca.api.profile.KeyParametersOption.RSAParametersOption
-
- Enclosing class:
- KeyParametersOption
public static class KeyParametersOption.RSAParametersOption extends KeyParametersOption
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xipki.ca.api.profile.KeyParametersOption
KeyParametersOption.AllowAllParametersOption, KeyParametersOption.DSAParametersOption, KeyParametersOption.ECParamatersOption, KeyParametersOption.RSAParametersOption
-
-
Field Summary
-
Fields inherited from class org.xipki.ca.api.profile.KeyParametersOption
ALLOW_ALL
-
-
Constructor Summary
Constructors Constructor Description RSAParametersOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowsModulusLength(int modulusLength)voidsetModulusLengths(Collection<Integer> modulusLengths)
-
-
-
Method Detail
-
setModulusLengths
public void setModulusLengths(Collection<Integer> modulusLengths)
-
allowsModulusLength
public boolean allowsModulusLength(int modulusLength)
-
-