JavaTM 2 Platform
Standard Ed. 5.0

Ŭ·¡½º
java.security.spec.RSAOtherPrimeInfo »ç¿ë

RSAOtherPrimeInfo¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
java.security.interfaces RSA Laboratory Technical Note PKCS#1 ·Î Á¤Àǵǰí ÀÖ´Â RSA (Rivest, Shamir andAdleman AsymmetricCipher algorithm) Å°¿Í NIST FIPS-186 ·Î Á¤Àǵǰí ÀÖ´Â DSA (Digital SignatureAlgorithm) Å°¸¦ »ý¼ºÇϱâ À§ÇÑ ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù.  
java.security.spec Å° »ç¾ç ¹× ¾Ë°í¸®Áò ÆĶó¹ÌÅÍ »ç¾ç¿¡ ´ëÇÑ Å¬·¡½º ¹× ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù.  
 

java.security.interfaces ¿¡¼­ÀÇ RSAOtherPrimeInfo »ç¿ë
 

RSAOtherPrimeInfo¸¦ µ¹·ÁÁÖ´Â java.security.interfaces ¸Þ¼­µå
 RSAOtherPrimeInfo [] RSAMultiPrimePrivateCrtKey. getOtherPrimeInfo ()
          otherPrimeInfo¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 

java.security.spec ¿¡¼­ÀÇ RSAOtherPrimeInfo »ç¿ë
 

RSAOtherPrimeInfo¸¦ µ¹·ÁÁÖ´Â java.security.spec ¸Þ¼­µå
 RSAOtherPrimeInfo [] RSAMultiPrimePrivateCrtKeySpec. getOtherPrimeInfo ()
          otherPrimeInfo º¹Á¦¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 

RSAOtherPrimeInfo ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â java.security.spec constructor¡¡ ¡¡
RSAMultiPrimePrivateCrtKeySpec (BigInteger  modulus, BigInteger  publicExponent, BigInteger  privateExponent, BigInteger  primeP, BigInteger  primeQ, BigInteger  primeExponentP, BigInteger  primeExponentQ, BigInteger  crtCoefficient, RSAOtherPrimeInfo [] otherPrimeInfo)
          PKCS#1 v2. 1¿¡ Á¤ÀÇµÈ modulus, publicExponent, privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, crtCoefficient ¹× otherPrimeInfoÀ» ÁöÁ¤ÇØ, »õ·Î¿î RSAMultiPrimePrivateCrtKeySpec¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

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