Package org.xipki.ca.api.profile
Class KeyParametersOption.DSAParametersOption
- java.lang.Object
-
- org.xipki.ca.api.profile.KeyParametersOption
-
- org.xipki.ca.api.profile.KeyParametersOption.DSAParametersOption
-
- Enclosing class:
- KeyParametersOption
public static class KeyParametersOption.DSAParametersOption 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 DSAParametersOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowsPlength(int plength)booleanallowsQlength(int qlength)voidsetPlengths(Collection<Integer> plengths)voidsetQlengths(Collection<Integer> qlengths)
-
-
-
Method Detail
-
setPlengths
public void setPlengths(Collection<Integer> plengths)
-
setQlengths
public void setQlengths(Collection<Integer> qlengths)
-
allowsPlength
public boolean allowsPlength(int plength)
-
allowsQlength
public boolean allowsQlength(int qlength)
-
-