|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
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 Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.