|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
| ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
| °³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå | ||||||||||
java.lang.Object | +--java.security.AlgorithmParameterGeneratorSpi
ÀÌ Å¬·¡½º´Â AlgorithmParameterGenerator Ŭ·¡½ºÀÇ ¼ºñ½º ÇÁ·Î¹ÙÀÌ´õ ÀÎÅÍÆäÀ̽º (Service Provider Interface,SPI)¸¦ Á¤ÀÇÇÕ´Ï´Ù. AlgorithmParameterGenerator ´Â ƯÁ¤ÀÇ ¾Ë°í¸®ÁòÀ¸·Î »ç¿ëµÇ´Â ÆÄ¶ó¹ÌÅͼ¼Æ®¸¦ »ý¼ºÇϱâ À§Çؼ »ç¿ëµË´Ï´Ù.
ƯÁ¤ ¾Ë°í¸®ÁòÀÇ ÆÄ¶ó¹ÌÅÍ Á¦³×·¹ÀÌÅÍÀÇ ±¸ÇöÀ» Á¦°øÇÏ´Â °¢ ¾ÏÈ£ ¼ºñ½º ÇÁ·Î¹ÙÀÌ´õ´Â ÀÌ Å¬·¡½ºÀÇ ¸ðµç abstract ¸Þ¼Òµå¸¦ ±¸ÇöÇÒ Çʿ䰡 ÀÖ½À´Ï´Ù.
Ŭ¶óÀÌ¾ðÆ®°¡ engineInit ¸Þ¼ÒµåÀÇ È£Ãâ·Î, ¸í½ÃÀûÀ¸·Î AlgorithmParameterGenerator ¸¦ ÃʱâÈÇÏÁö ¾Ê´Â °æ¿ì¿¡´Â °¢ ÇÁ·Î¹ÙÀÌ´õ´Â µðÆúÆ®·Î Ãʱâȸ¦ Á¦°øÇØ ¹®¼ÈÇÒ Çʿ䰡 ÀÖ½À´Ï´Ù. ¿¹¸¦ µé¾î Sun ÀÇ ÇÁ·Î¹ÙÀÌ´õ´Â 1,024 ºñÆ®ÀÇ ¸ðÁê¶ó½ºÇÁ¶óÀÓ»çÀÌÁ µðÆúÆ®·Î¼ DSA ÆÄ¶ó¹ÌÅ͸¦ »ý¼ºÇÕ´Ï´Ù.
AlgorithmParameterGenerator ,
AlgorithmParameters ,
AlgorithmParameterSpec | »ý¼ºÀÚÀÇ °³¿ä | |
AlgorithmParameterGeneratorSpi ()
|
|
| ¸Þ¼ÒµåÀÇ °³¿ä | |
protected abstract AlgorithmParameters |
engineGenerateParameters ()
ÆÄ¶ó¹ÌÅ͸¦ »ý¼ºÇÕ´Ï´Ù. |
protected abstract void |
engineInit (AlgorithmParameterSpec genParamSpec,
SecureRandom random)
¾Ë°í¸®Áò ƯÁ¤ÇüÀÇ ÆÄ¶ó¹ÌÅÍ »ý¼ºÄ¡¼¼Æ®·Î, ÆÄ¶ó¹ÌÅÍ Á¦³×·¹ÀÌÅ͸¦ ÃʱâÈÇÕ´Ï´Ù. |
protected abstract void |
engineInit (int size,
SecureRandom random)
ƯÁ¤ÀÇ »çÀÌÁî¿Í ³¼öÀÇ ¹ß»ý¿ø¿¡ ´ëÇØ¼, ÆÄ¶ó¹ÌÅÍ Á¦³×·¹ÀÌÅ͸¦ ÃʱâÈÇÕ´Ï´Ù. |
| Ŭ·¡½º java.lang. Object ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| »ý¼ºÀÚÀÇ »ó¼¼ |
public AlgorithmParameterGeneratorSpi()
| ¸Þ¼ÒµåÀÇ »ó¼¼ |
protected abstract void engineInit(int size,
SecureRandom random)
size - »çÀÌÁî (ºñÆ®¼ö)random - ³¼öÀÇ ¹ß»ý¿ø
protected abstract void engineInit(AlgorithmParameterSpec genParamSpec,
SecureRandom random)
throws InvalidAlgorithmParameterException
genParamSpec - ¾Ë°í¸®Áò ƯÁ¤ÇüÀÇ ÆÄ¶ó¹ÌÅÍ »ý¼ºÄ¡¼¼Æ®random - ³¼öÀÇ ¹ß»ý¿ø
InvalidAlgorithmParameterException - ÁöÁ¤µÈ ÆÄ¶ó¹ÌÅÍ »ý¼ºÄ¡°¡ ÆÄ¶ó¹ÌÅÍ Á¦³×·¹ÀÌÅÍ¿¡ ºÎÀûÀýÇÑ °æ¿ìprotected abstract AlgorithmParameters engineGenerateParameters()
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
| ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
| °³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå | ||||||||||
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.