Package org.xipki.ca.api.profile
Class KeypairGenControl
- java.lang.Object
-
- org.xipki.ca.api.profile.KeypairGenControl
-
- Direct Known Subclasses:
KeypairGenControl.DSAKeypairGenControl,KeypairGenControl.ECKeypairGenControl,KeypairGenControl.EDDSAKeypairGenControl,KeypairGenControl.ForbiddenKeypairGenControl,KeypairGenControl.InheritCAKeypairGenControl,KeypairGenControl.RSAKeypairGenControl
public abstract class KeypairGenControl extends Object
Control of how the CA generate keypair for the new certificate.- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeypairGenControl.DSAKeypairGenControlstatic classKeypairGenControl.ECKeypairGenControlstatic classKeypairGenControl.EDDSAKeypairGenControlstatic classKeypairGenControl.ForbiddenKeypairGenControlstatic classKeypairGenControl.InheritCAKeypairGenControlstatic classKeypairGenControl.RSAKeypairGenControl
-
Constructor Summary
Constructors Constructor Description KeypairGenControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.ASN1ObjectIdentifiergetKeyAlgorithmOid()StringgetKeyspec()
-