|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
java.lang.Object | +--java.security.spec.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 ÀÇ Á¤ÀÇ¿¡ ÀÇÇÑ prime, 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
- Áß±¹ À׿©Á¤¸®ÀÇ °è¼ö
NullPointerException
- prime
,primeExponent
,crtCoefficient
ÀÇ ¾î¶² °ÍÀΰ¡°¡ null ÀÇ °æ¿ì¸Þ¼ÒµåÀÇ »ó¼¼ |
public final BigInteger getPrime()
public final BigInteger getExponent()
public final BigInteger getCrtCoefficient()
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.