|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjavax.crypto.KeyGeneratorSpi
public abstract class KeyGeneratorSpi
ÀÌ Å¬·¡½º´Â KeyGenerator
Ŭ·¡½ºÀÇ Service Provider Interface (SPI)¸¦ Á¤ÀÇÇÕ´Ï´Ù. ƯÁ¤ÀÇ ¾Ë°í¸®ÁòÀÇ Å° ÈÄÁ¦³×·¹ÀÌŸÀÇ ±¸ÇöÀ» Á¦°øÇÏ´Â °¢ ¾ÏÈ£È ¼ºñ½º ÇÁ·Î¹ÙÀÌ´õ´Â ÀÌ Å¬·¡½ºÀÇ ¸ðµç Ãß»ó ¸Þ¼µå¸¦ ±¸ÇöÇÒ Çʿ䰡 ÀÖ½À´Ï´Ù.
SecretKey
»ý¼ºÀÚ °³¿ä | |
---|---|
KeyGeneratorSpi ()
|
¸Þ¼µå °³¿ä | |
---|---|
protected abstract SecretKey |
engineGenerateKey ()
ºñ¹Ð۸¦ »ý¼ºÇÕ´Ï´Ù. |
protected abstract void |
engineInit (AlgorithmParameterSpec params,
SecureRandom random)
ÁöÁ¤µÈ ÆÄ¶ó¹ÌÅÍ ¼¼Æ®¿Í »ç¿ëÀÚ°¡ Á¦°øÇÏ´Â ³¼öÀÇ ¹ß»ý¿øÀ» »ç¿ëÇØ, Ű Á¦³×·¹ÀÌÅ͸¦ ÃʱâÈÇÕ´Ï´Ù. |
protected abstract void |
engineInit (int keysize,
SecureRandom random)
ÁöÁ¤µÈ ³¼öÀÇ ¹ß»ý¿øÀ» »ç¿ëÇØ, ÀÌ Å° Á¦³×·¹ÀÌÅ͸¦ ƯÁ¤ÀÇ Å° »çÀÌÁî¿¡ ÀÀÇØ ÃʱâÈÇÕ´Ï´Ù. |
protected abstract void |
engineInit (SecureRandom random)
Ű Á¦³×·¹ÀÌÅ͸¦ ÃʱâÈÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
»ý¼ºÀÚ »ó¼¼ |
---|
public KeyGeneratorSpi()
¸Þ¼µåÀÇ »ó¼¼ |
---|
protected abstract void engineInit(SecureRandom random)
random
- ÀÌ Á¦³×·¹ÀÌÅÍÀÇ ³¼öÀÇ ¹ß»ý¿øprotected abstract void engineInit(AlgorithmParameterSpec params, SecureRandom random) throws InvalidAlgorithmParameterException
params
- Ű Á¦³×·¹ÀÌÅÍÀÇ ÆÄ¶ó¹ÌÅÍrandom
- ÀÌ Å° Á¦³×·¹ÀÌÅÍÀÇ ³¼öÀÇ ¹ß»ý¿ø
InvalidAlgorithmParameterException
- params
°¡ ÀÌ Å° Á¦³×·¹ÀÌÅÍ¿¡ ºÎÀûÀýÇÑ °æ¿ìprotected abstract void engineInit(int keysize, SecureRandom random)
keysize
- Ű »çÀÌÁî. bit length·Î ÁöÁ¤µÈ ¾Ë°í¸®Áò¿¡ ƯÁ¤ÀÇ ¸ÞÆ®¸¯½ºrandom
- ÀÌ Å° Á¦³×·¹ÀÌÅÍÀÇ ³¼öÀÇ ¹ß»ý¿ø
InvalidParameterException
- Ű »çÀÌÁî°¡ À߸øµÇ¾î ÀÖ´ÂÁö, Áö¿ø
µÇ¾î ÀÖÁö ¾ÊÀº °æ¿ìprotected abstract SecretKey engineGenerateKey()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.