JavaTM 2
Platform
Std.  Ed.  v1. 4.0

java.security.interfaces
ÀÎÅÍÆäÀ̽º RSAPrivateCrtKey

¸ðµç ½´ÆÛ ÀÎÅÍÆäÀ̽º:
Key , PrivateKey , RSAKey , RSAPrivateKey , Serializable

public interface RSAPrivateCrtKey
extends RSAPrivateKey

Áß±¹ À׿©Á¤¸® (CRT)ÀÇ Á¤º¸ÀÇ °ªÀ» »ç¿ëÇÑ, RSA ºñ°ø°³¿­¼è (PKCS#1 Ç¥ÁØÀÇ Á¤ÀÇ¿¡ ÀÇÇÑ´Ù)ÀÇ ÀÎÅÍÆäÀ̽ºÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
RSAPrivateKey

ÇʵåÀÇ °³¿ä
 
ÀÎÅÍÆäÀ̽º java.security. PrivateKey ¿¡¼­ »ó¼Ó¹ÞÀº Çʵå
serialVersionUID
 
¸Þ¼ÒµåÀÇ °³¿ä
 BigInteger getCrtCoefficient ()
          crtCoefficient ¸¦ µ¹·ÁÁÝ´Ï´Ù.
 BigInteger getPrimeExponentP ()
          primeExponentP ¸¦ µ¹·ÁÁÝ´Ï´Ù.
 BigInteger getPrimeExponentQ ()
          primeExponentQ ¸¦ µ¹·ÁÁÝ´Ï´Ù.
 BigInteger getPrimeP ()
          primeP ¸¦ µ¹·ÁÁÝ´Ï´Ù.
 BigInteger getPrimeQ ()
          primeQ ¸¦ µ¹·ÁÁÝ´Ï´Ù.
 BigInteger getPublicExponent ()
          °ø°³ Áö¼ö¸¦ µ¹·ÁÁÝ´Ï´Ù.
 
ÀÎÅÍÆäÀ̽º java.security.interfaces. RSAPrivateKey ¿¡¼­ »ó¼Ó¹ÞÀº ¸Þ¼Òµå
getPrivateExponent
 
ÀÎÅÍÆäÀ̽º java.security. Key ¿¡¼­ »ó¼Ó¹ÞÀº ¸Þ¼Òµå
getAlgorithm , getEncoded , getFormat
 
ÀÎÅÍÆäÀ̽º java.security.interfaces. RSAKey ¿¡¼­ »ó¼Ó¹ÞÀº ¸Þ¼Òµå
getModulus
 

¸Þ¼ÒµåÀÇ »ó¼¼

getPublicExponent

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

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

getPrimeP

public BigInteger  getPrimeP()
primeP ¸¦ µ¹·ÁÁÝ´Ï´Ù.

¹Ýȯ°ª:
primeP

getPrimeQ

public BigInteger  getPrimeQ()
primeQ ¸¦ µ¹·ÁÁÝ´Ï´Ù.

¹Ýȯ°ª:
primeQ

getPrimeExponentP

public BigInteger  getPrimeExponentP()
primeExponentP À» µ¹·ÁÁÝ´Ï´Ù.

¹Ýȯ°ª:
primeExponentP

getPrimeExponentQ

public BigInteger  getPrimeExponentQ()
primeExponentQ À» µ¹·ÁÁÝ´Ï´Ù.

¹Ýȯ°ª:
primeExponentQ

getCrtCoefficient

public BigInteger  getCrtCoefficient()
crtCoefficient ¸¦ µ¹·ÁÁÝ´Ï´Ù.

¹Ýȯ°ª:
crtCoefficient

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.