JavaTM 2
Platform
Std.  Ed.  v1. 4.0

java.security.spec
Ŭ·¡½º RSAPublicKeySpec

java.lang.Object 
  |
  +--java.security.spec.RSAPublicKeySpec
¸ðµç ±¸Çö ÀÎÅÍÆäÀ̽º:
KeySpec

public class RSAPublicKeySpec
extends Object
implements KeySpec

ÀÌ Å¬·¡½º´Â RSA °ø°³¿­¼è¸¦ ÁöÁ¤ÇÕ´Ï´Ù.

°ü·Ã Ç׸ñ:
Key , KeyFactory , KeySpec , X509EncodedKeySpec , RSAPrivateKeySpec , RSAPrivateCrtKeySpec

»ý¼ºÀÚÀÇ °³¿ä
RSAPublicKeySpec (BigInteger  modulus, BigInteger  publicExponent)
          »õ·Î¿î RSAPublicKeySpec ¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 
¸Þ¼ÒµåÀÇ °³¿ä
 BigInteger getModulus ()
          ¸ðÁê¶ó½º¸¦ µ¹·ÁÁÝ´Ï´Ù.
 BigInteger getPublicExponent ()
          °ø°³ Áö¼ö¸¦ µ¹·ÁÁÝ´Ï´Ù.
 
Ŭ·¡½º java.lang. Object ¿¡¼­ »ó¼Ó¹ÞÀº ¸Þ¼Òµå
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

»ý¼ºÀÚÀÇ »ó¼¼

RSAPublicKeySpec

public RSAPublicKeySpec(BigInteger  modulus,
                        BigInteger  publicExponent)
»õ·Î¿î RSAPublicKeySpec ¸¦ ÀÛ¼ºÇÕ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
modulus - ¸ðÁê¶ó½º
publicExponent - °ø°³ Áö¼ö
¸Þ¼ÒµåÀÇ »ó¼¼

getModulus

public BigInteger  getModulus()
¸ðÁê¶ó½º¸¦ µ¹·ÁÁÝ´Ï´Ù.

¹Ýȯ°ª:
¸ðÁê¶ó½º

getPublicExponent

public BigInteger  getPublicExponent()
°ø°³ Áö¼ö¸¦ µ¹·ÁÁÝ´Ï´Ù.

¹Ýȯ°ª:
°ø°³ Áö¼ö

JavaTM 2
Platform
Std.  Ed.  v1. 4.0

¹ö±×ÀÇ º¸°í¿Í ±â´ÉÀÇ ¸®Äù½ºÆ®
ÀÌ¿ÜÀÇ API ·¹ÆÛ·±½º ¹× °³¹ßÀÚ¿ë ¹®¼­¿¡ ´ëÇØ¼­´Â Java 2 SDK SE °³¹ßÀÚ¿ë ¹®¼­¸¦ ÂüÁ¶ÇØ ÁÖ¼¼¿ä. °³¹ßÀÚÀü¿ëÀÇ »ó¼¼ÇÑ ÇØ¼³, °³³äÀÇ °³¿ä, ¿ë¾îÀÇ Á¤ÀÇ, ¹ö±×ÀÇ È¸ÇÇÃ¥, ¹× ÄÚµå ½Ç·Ê°¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.

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.