JavaTM Platform
Standard Ed. 6

java.security.spec
�� RSAOtherPrimeInfo

java.lang.Object
  �̳��� java.security.spec.RSAOtherPrimeInfo

public class RSAOtherPrimeInfo
extends Object

�����ʾ RSA �� OtherPrimeInfo �ṹ�е���Ԫ�飨������ָ�������������� PKCS#1 v2.1 ��������ġ�RSA �� OtherPrimeInfo �� ASN.1 �﷨���£�

 OtherPrimeInfo ::= SEQUENCE {
   prime INTEGER,
   exponent INTEGER,
   coefficient INTEGER
   }

 

�����°汾��ʼ��
1.4
������
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
 

���췽����ϸ��Ϣ

RSAOtherPrimeInfo

public RSAOtherPrimeInfo(BigInteger prime,
                         BigInteger primeExponent,
                         BigInteger crtCoefficient)
������ PKCS#1 ���������������primeExponent �� crtCoefficient������һ���µ� RSAOtherPrimeInfo��

������
prime - n ���������ӡ�
primeExponent - ָ����
crtCoefficient - Chinese Remainder Theorem ϵ����
�׳���
NullPointerException - �����һ����������prime��primeExponent �� crtCoefficient��Ϊ null��
������ϸ��Ϣ

getPrime

public final BigInteger getPrime()
����������

���أ�
������

getExponent

public final BigInteger getExponent()
����������ָ����

���أ�
primeExponent��

getCrtCoefficient

public final BigInteger getCrtCoefficient()
���������� crtCoefficient��

���أ�
crtCoefficient��

JavaTM Platform
Standard Ed. 6

�ύ��������
�йظ���� API �ο����ϺͿ�����Ա�ĵ�������� Java SE ������Ա�ĵ������ĵ���������ϸ�ġ����򿪷���Ա���������Լ�������������ﶨ�塢ʹ�ü��ɺ͹�������ʾ����

��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������