public static class KeypairGenControl.DSAKeypairGenControl extends KeypairGenControl
KeypairGenControl.DSAKeypairGenControl, KeypairGenControl.ECKeypairGenControl, KeypairGenControl.EDDSAKeypairGenControl, KeypairGenControl.ForbiddenKeypairGenControl, KeypairGenControl.InheritCAKeypairGenControl, KeypairGenControl.RSAKeypairGenControl| Constructor and Description |
|---|
DSAKeypairGenControl(BigInteger p,
BigInteger q,
BigInteger g,
org.bouncycastle.asn1.ASN1ObjectIdentifier keyAlgorithmOid) |
DSAKeypairGenControl(int pLength) |
DSAKeypairGenControl(int pLength,
int qLength,
org.bouncycastle.asn1.ASN1ObjectIdentifier keyAlgorithmOid) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getKeyAlgorithm() |
DSAParameterSpec |
getParameterSpec() |
public DSAKeypairGenControl(int pLength)
public DSAKeypairGenControl(int pLength,
int qLength,
org.bouncycastle.asn1.ASN1ObjectIdentifier keyAlgorithmOid)
public DSAKeypairGenControl(BigInteger p, BigInteger q, BigInteger g, org.bouncycastle.asn1.ASN1ObjectIdentifier keyAlgorithmOid)
public DSAParameterSpec getParameterSpec()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getKeyAlgorithm()
Copyright © 2021. All rights reserved.