|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.security.spec.RSAPrivateKeySpec
public class RSAPrivateKeySpec
이 클래스는 RSA 비공개키를 지정합니다.
Key ,
KeyFactory ,
KeySpec ,
PKCS8EncodedKeySpec ,
RSAPublicKeySpec ,
RSAPrivateCrtKeySpec | 생성자 의 개요 | |
|---|---|
RSAPrivateKeySpec (BigInteger modulus,
BigInteger privateExponent)
새로운 RSAPrivateKeySpec 를 작성합니다. |
|
| 메소드의 개요 | |
|---|---|
BigInteger |
getModulus ()
계수(modulus)를 돌려줍니다. |
BigInteger |
getPrivateExponent ()
비공개 지수를 돌려줍니다. |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 생성자 의 상세 |
|---|
public RSAPrivateKeySpec(BigInteger modulus,
BigInteger privateExponent)
modulus - 계수(modulus)privateExponent - 비공개 지수| 메소드의 상세 |
|---|
public BigInteger getModulus()
public BigInteger getPrivateExponent()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.