public static class KeypairGenControl.RSAKeypairGenControl extends KeypairGenControl
KeypairGenControl.DSAKeypairGenControl, KeypairGenControl.ECKeypairGenControl, KeypairGenControl.ForbiddenKeypairGenControl, KeypairGenControl.InheritCAKeypairGenControl, KeypairGenControl.RSAKeypairGenControl| Constructor and Description |
|---|
RSAKeypairGenControl(int keysize) |
RSAKeypairGenControl(int keysize,
BigInteger publicExponent,
org.bouncycastle.asn1.ASN1ObjectIdentifier keyAlgorithmOid) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getKeyAlgorithm() |
int |
getKeysize() |
BigInteger |
getPublicExponent() |
public RSAKeypairGenControl(int keysize)
public RSAKeypairGenControl(int keysize,
BigInteger publicExponent,
org.bouncycastle.asn1.ASN1ObjectIdentifier keyAlgorithmOid)
public int getKeysize()
public BigInteger getPublicExponent()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getKeyAlgorithm()
Copyright © 2019. All rights reserved.