JavaTM 2 Platform
Standard Ed. 5.0

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 Á¤ÀÇ¿¡ ÇÑ 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
 

»ý¼ºÀÚ »ó¼¼

RSAOtherPrimeInfo

public RSAOtherPrimeInfo(BigInteger  prime,
                         BigInteger  primeExponent,
                         BigInteger  crtCoefficient)
PKCS#1 Á¤ÀÇ¿¡ ÇÑ prime, primeExponent, crtCoefficient¸¦ ÁÖ´Â »õ·Î¿î RSAOtherPrimeInfo¸¦ ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
prime - n ¼ÒÀμö
primeExponent - Áö¼ö
crtCoefficient - Áß±¹ À׿©Á¤¸®ÀÇ °è¼ö
¿¹¿Ü:
NullPointerException - prime, primeExponent, crtCoefficient ¾î¶² °ÍÀΰ¡°¡ nullÀÎ °æ¿ì
¸Þ¼­µåÀÇ »ó¼¼

getPrime

public final BigInteger  getPrime()
ÇÁ¶óÀÓÀ» ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
ÇÁ¶óÀÓ

getExponent

public final BigInteger  getExponent()
ÇÁ¶óÀÓÀÇ Áö¼ö¸¦ ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
primeExponent

getCrtCoefficient

public final BigInteger  getCrtCoefficient()
ÇÁ¶óÀÓÀÇ crtCoefficient¸¦ ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
crtCoefficient

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.