JavaTM 2 Platform
Standard Ed. 5.0

java.security.spec
Ŭ·¡½º RSAPrivateKeySpec

java.lang.Object 
  »óÀ§¸¦ È®Àå java.security.spec.RSAPrivateKeySpec
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
KeySpec
¾Ë·ÁÁø Á÷°è ¼­ºê Ŭ·¡½º:
RSAMultiPrimePrivateCrtKeySpec, RSAPrivateCrtKeySpec

public class RSAPrivateKeySpec
extends Object
implements KeySpec

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

°ü·Ã Ç׸ñ:
Key, KeyFactory, KeySpec, PKCS8EncodedKeySpec, RSAPublicKeySpec, RSAPrivateCrtKeySpec

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

»ý¼ºÀÚ »ó¼¼

RSAPrivateKeySpec

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

ÆĶó¹ÌÅÍ:
modulus - ¸ðÁê¶ó½º
privateExponent - ºñ°ø°³ Áö¼ö
¸Þ¼­µåÀÇ »ó¼¼

getModulus

public BigInteger  getModulus()
¸ðÁê¶ó½º¸¦ ¸®ÅÏÇÕ´Ï´Ù.

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

getPrivateExponent

public BigInteger  getPrivateExponent()
ºñ°ø°³ Áö¼ö¸¦ ¸®ÅÏÇÕ´Ï´Ù.

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

JavaTM 2 Platform
Standard Ed. 5.0

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