|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
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 Á¤ÀÇ¿¡ ÇÑ 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 Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.