|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
java.lang.Objectjava.security.spec.RSAOtherPrimeInfo
public class RSAOtherPrimeInfo
�����ʾ RSA �� OtherPrimeInfo �ṹ�е���Ԫ�飨������ָ�������������� PKCS#1 v2.1 ��������ġ�RSA �� OtherPrimeInfo �� ASN.1 ����£�
OtherPrimeInfo ::= SEQUENCE { prime INTEGER, exponent INTEGER, coefficient INTEGER }
RSAPrivateCrtKeySpec
,
RSAMultiPrimePrivateCrtKey
���췽��ժҪ | |
---|---|
RSAOtherPrimeInfo(BigInteger prime,
BigInteger primeExponent,
BigInteger crtCoefficient)
������ PKCS#1 ���������������primeExponent �� crtCoefficient������һ���µ� RSAOtherPrimeInfo �� |
����ժҪ | |
---|---|
BigInteger |
getCrtCoefficient()
���������� crtCoefficient�� |
BigInteger |
getExponent()
����������ָ���� |
BigInteger |
getPrime()
���������� |
���� java.lang.Object �̳еķ��� |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
���췽����ϸ��Ϣ |
---|
public RSAOtherPrimeInfo(BigInteger prime, BigInteger primeExponent, BigInteger crtCoefficient)
RSAOtherPrimeInfo
��
prime
- n ���������ӡ�primeExponent
- ָ����crtCoefficient
- Chinese Remainder Theorem ϵ����
NullPointerException
- �����һ����������prime
��primeExponent
�� crtCoefficient
��Ϊ null��������ϸ��Ϣ |
---|
public final BigInteger getPrime()
public final BigInteger getExponent()
public final BigInteger getCrtCoefficient()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������