软件包 | 描述 |
---|---|
java.security.interfaces |
生成RSA(Rivest,夏米尔提供的接口和Adleman AsymmetricCipher算法)键在RSA实验室的技术说明和# 1定义,与DSA(数字签名算法)键在NIST的fips-186定义。
|
java.security.spec |
提供关键规格和算法参数规格的类和接口。
|
Modifier and Type | Method and Description |
---|---|
RSAOtherPrimeInfo[] |
RSAMultiPrimePrivateCrtKey.getOtherPrimeInfo()
返回otherprimeinfo或null,如果只有两个主要因素(P和Q)。
|
Modifier and Type | Method and Description |
---|---|
RSAOtherPrimeInfo[] |
RSAMultiPrimePrivateCrtKeySpec.getOtherPrimeInfo()
返回一个拷贝的otherprimeinfo或null,如果只有两个主要因素(P和Q)。
|
Constructor and Description |
---|
RSAMultiPrimePrivateCrtKeySpec(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger primeP, BigInteger primeQ, BigInteger primeExponentP, BigInteger primeExponentQ, BigInteger crtCoefficient, RSAOtherPrimeInfo[] otherPrimeInfo)
创建一个新的
RSAMultiPrimePrivateCrtKeySpec 给出的弹性模量,publicexponent,privateexponent,primep,primeq,primeexponentp,primeexponentq,crtcoefficient,和otherprimeinfo在PKCS 1 V2.1 #定义。
|
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.