Package org.xipki.ca.api.profile
Class KeypairGenControl.DSAKeypairGenControl
- java.lang.Object
-
- org.xipki.ca.api.profile.KeypairGenControl
-
- org.xipki.ca.api.profile.KeypairGenControl.DSAKeypairGenControl
-
- Enclosing class:
- KeypairGenControl
public static class KeypairGenControl.DSAKeypairGenControl extends KeypairGenControl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xipki.ca.api.profile.KeypairGenControl
KeypairGenControl.DSAKeypairGenControl, KeypairGenControl.ECKeypairGenControl, KeypairGenControl.EDDSAKeypairGenControl, KeypairGenControl.ForbiddenKeypairGenControl, KeypairGenControl.InheritCAKeypairGenControl, KeypairGenControl.RSAKeypairGenControl
-
-
Field Summary
-
Fields inherited from class org.xipki.ca.api.profile.KeypairGenControl
keyspec
-
-
Constructor Summary
Constructors Constructor Description DSAKeypairGenControl(int pLength, int qLength, org.bouncycastle.asn1.ASN1ObjectIdentifier keyAlgorithmOid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.ASN1ObjectIdentifiergetKeyAlgorithmOid()intgetPlength()intgetQlength()-
Methods inherited from class org.xipki.ca.api.profile.KeypairGenControl
getKeyspec
-
-
-
-
Method Detail
-
getPlength
public int getPlength()
-
getQlength
public int getQlength()
-
getKeyAlgorithmOid
public org.bouncycastle.asn1.ASN1ObjectIdentifier getKeyAlgorithmOid()
- Overrides:
getKeyAlgorithmOidin classKeypairGenControl
-
-