JavaTM 2 Platform
Standard Ed. 5.0

javax.crypto.spec
Ŭ·¡½º PBEParameterSpec

java.lang.Object 
  »óÀ§¸¦ È®Àå javax.crypto.spec.PBEParameterSpec
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
AlgorithmParameterSpec

public class PBEParameterSpec
extends Object
implements AlgorithmParameterSpec

ÀÌ Å¬·¡½º´Â ¡¸PKCS #5¡¹±Ô°ÝÀ¸·Î Á¤Àǵǰí ÀÖ´Ù, Æнº¿öµå º£À̽ºÀÇ ¾Ïȣȭ (PBE)·Î »ç¿ëµÇ´Â ÆĶó¹ÌÅͼ¼Æ®¸¦ ÁöÁ¤ÇÕ´Ï´Ù.

µµÀÔµÈ ¹öÀü :
1.4

»ý¼ºÀÚ °³¿ä
PBEParameterSpec (byte[] salt, int iterationCount)
          PKCS #5 ±Ô°ÝÀ¸·Î Á¤Àǵǰí ÀÖ´Ù, Æнº¿öµå º£À̽ºÀÇ ¾ÏȣȭÀÇ ÆĶó¹ÌÅÍ ¼¼Æ®¸¦ ±¸ÃàÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 int getIterationCount ()
          ¹Ýº¹¼ö¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 byte[] getSalt ()
          ¼Ò±ÝÀ» ¸®ÅÏÇÕ´Ï´Ù.
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

PBEParameterSpec

public PBEParameterSpec(byte[] salt,
                        int iterationCount)
PKCS #5 ±Ô°ÝÀ¸·Î Á¤Àǵǰí ÀÖ´Ù, Æнº¿öµå º£À̽ºÀÇ ¾ÏȣȭÀÇ ÆĶó¹ÌÅÍ ¼¼Æ®¸¦ ±¸ÃàÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
salt - ¼Ò±Ý. salt´Â ÇâÈÄ º¯°æµÇÁö ¾Ê°Ô º¸È£ÇÏ´Â ¸ñÀûÀ¸·Î Ä«ÇǵǴÂ
iterationCount - ¹Ýº¹¼ö
¿¹¿Ü:
NullPointerException - saltÀÌ nullÀÎ °æ¿ì
¸Þ¼­µåÀÇ »ó¼¼

getSalt

public byte[] getSalt()
¼Ò±ÝÀ» ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
¼Ò±Ý. ÀÌ ¸Þ¼­µå°¡ ºÒ·Á °¥ ¶§¸¶´Ù »õ·Î¿îÀÇ ¹è¿­À» µ¹·ÁÁØ´Ù

getIterationCount

public int getIterationCount()
¹Ýº¹¼ö¸¦ ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
¹Ýº¹¼ö

JavaTM 2 Platform
Standard Ed. 5.0

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