JavaTM 2 Platform
Standard Ed. 5.0

java.security.spec
Ŭ·¡½º DSAPrivateKeySpec

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

public class DSAPrivateKeySpec
extends Object
implements KeySpec

°ü·ÃÇÑ ÆĶó¹ÌÅ͸¦ »ç¿ëÇØ DSA ºñ°ø°³Å°¸¦ ÁöÁ¤ÇÕ´Ï´Ù.

µµÀÔµÈ ¹öÀü :
1.2
°ü·Ã Ç׸ñ:
Key, KeyFactory, KeySpec, DSAPublicKeySpec, PKCS8EncodedKeySpec

»ý¼ºÀÚ °³¿ä
DSAPrivateKeySpec (BigInteger  x, BigInteger  p, BigInteger  q, BigInteger  g)
          ÁöÁ¤µÈ ÆĶó¹ÌÅÍ°ª¸¦ »ç¿ëÇØ »õ·Î¿î DSAPrivateKeySpec¸¦ ÀÛ¼ºÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 BigInteger getG ()
          º£À̽º g¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 BigInteger getP ()
          ÇÁ¶óÀÓ p¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 BigInteger getQ ()
          ¼­ºê ÇÁ¶óÀÓ q¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 BigInteger getX ()
          ºñ°ø°³Å° x¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

DSAPrivateKeySpec

public DSAPrivateKeySpec(BigInteger  x,
                         BigInteger  p,
                         BigInteger  q,
                         BigInteger  g)
ÁöÁ¤µÈ ÆĶó¹ÌÅÍ°ª¸¦ »ç¿ëÇØ »õ·Î¿î DSAPrivateKeySpec¸¦ ÀÛ¼ºÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
x - ºñ°ø°³Å°
p - ÇÁ¶óÀÓ
q - ¼­ºê ÇÁ¶óÀÓ
g - º£À̽º
¸Þ¼­µåÀÇ »ó¼¼

getX

public BigInteger  getX()
ºñ°ø°³Å° x¸¦ ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
ºñ°ø°³Å° x

getP

public BigInteger  getP()
ÇÁ¶óÀÓ p¸¦ ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
ÇÁ¶óÀÓ p

getQ

public BigInteger  getQ()
¼­ºê ÇÁ¶óÀÓ q¸¦ ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
¼­ºê ÇÁ¶óÀÓ q

getG

public BigInteger  getG()
º£À̽º g¸¦ ¸®ÅÏÇÕ´Ï´Ù.

¹Ýȯ°ª:
º£À̽º g

JavaTM 2 Platform
Standard Ed. 5.0

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