|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjava.security.spec.DSAPublicKeySpec
public class DSAPublicKeySpec
°ü·ÃÇÑ ÆÄ¶ó¹ÌÅ͸¦ »ç¿ëÇØ DSA °ø°³Å°¸¦ ÁöÁ¤ÇÕ´Ï´Ù.
Key
,
KeyFactory
,
KeySpec
,
DSAPrivateKeySpec
,
X509EncodedKeySpec
»ý¼ºÀÚ °³¿ä | |
---|---|
DSAPublicKeySpec (BigInteger y,
BigInteger p,
BigInteger q,
BigInteger g)
ÁöÁ¤µÈ ÆÄ¶ó¹ÌÅͰª¸¦ »ç¿ëÇØ »õ·Î¿î DSAPublicKeySpec¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä | |
---|---|
BigInteger |
getG ()
º£À̽º g ¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
BigInteger |
getP ()
ÇÁ¶óÀÓ p ¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
BigInteger |
getQ ()
¼ºê ÇÁ¶óÀÓ q ¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
BigInteger |
getY ()
°ø°³Å° y ¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
»ý¼ºÀÚ »ó¼¼ |
---|
public DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger g)
y
- °ø°³Å°p
- ÇÁ¶óÀÓq
- ¼ºê ÇÁ¶óÀÓg
- º£À̽º¸Þ¼µåÀÇ »ó¼¼ |
---|
public BigInteger getY()
y
¸¦ ¸®ÅÏÇÕ´Ï´Ù.
y
public BigInteger getP()
p
¸¦ ¸®ÅÏÇÕ´Ï´Ù.
p
public BigInteger getQ()
q
¸¦ ¸®ÅÏÇÕ´Ï´Ù.
q
public BigInteger getG()
g
¸¦ ¸®ÅÏÇÕ´Ï´Ù.
g
|
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 µµ ÂüÁ¶ÇϽʽÿÀ.