JavaTM 2 Platform
Standard Ed. 5.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
Standard Ed. 5.0

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