|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.security.spec.RSAKeyGenParameterSpec
public class RSAKeyGenParameterSpec
RSA 열쇠 페어를 생성하기 위해서 사용되는 파라미터세트를 지정합니다.
KeyPairGenerator.initialize(java.security.spec.AlgorithmParameterSpec) | 필드의 개요 | |
|---|---|
static BigInteger |
F0
공개 지수치 F0 = 3 |
static BigInteger |
F4
공개 지수치 F4 = 65537 |
| 생성자 의 개요 | |
|---|---|
RSAKeyGenParameterSpec (int keysize,
BigInteger publicExponent)
지정된 키 사이즈 및 공개 지수치로부터 새로운 RSAParameterSpec 객체를 구축합니다. |
|
| 메소드의 개요 | |
|---|---|
int |
getKeysize ()
키 사이즈를 되돌립니다. |
BigInteger |
getPublicExponent ()
공개 지수치를 돌려줍니다. |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 필드의 상세 |
|---|
public static final BigInteger F0
public static final BigInteger F4
| 생성자 의 상세 |
|---|
public RSAKeyGenParameterSpec(int keysize,
BigInteger publicExponent)
RSAParameterSpec 객체를 구축합니다.
keysize - 모듈 사이즈 (비트수로 지정)publicExponent - 공개 지수| 메소드의 상세 |
|---|
public int getKeysize()
public BigInteger getPublicExponent()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.