public class RSAKeyGenParameterSpec extends Object implements AlgorithmParameterSpec
KeyPairGenerator.initialize(java.security.spec.AlgorithmParameterSpec)
| Modifier and Type | Field and Description |
|---|---|
static BigInteger |
F0
公共指数值F0 = 3。
|
static BigInteger |
F4
公共指数F4 = 65537。
|
| Constructor and Description |
|---|
RSAKeyGenParameterSpec(int keysize, BigInteger publicExponent)
构建了从给定的密钥大小和公共指数值的一种新的
RSAParameterSpec对象。
|
public static final BigInteger F0
public static final BigInteger F4
public RSAKeyGenParameterSpec(int keysize,
BigInteger publicExponent)
RSAParameterSpec对象。
keysize -弹性模量的大小(以比特数指定)
publicExponent -公共指数
public int getKeysize()
public BigInteger getPublicExponent()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.