public interface RSAPrivateKey extends PrivateKey, RSAKey
RSAPrivateCrtKey
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
类型指纹被设置为指示与以前版本的类型的序列化兼容性。
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getPrivateExponent()
返回私有指数。
|
getAlgorithm, getEncoded, getFormat
destroy, isDestroyed
getModulus
static final long serialVersionUID
BigInteger getPrivateExponent()
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.