|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.security.spec.RSAPrivateKeySpec
java.security.spec.RSAPrivateCrtKeySpec
public class RSAPrivateCrtKeySpec
이 클래스는, 중국 잉여정리 (CRT)의 정보의 값을 사용해 RSA 비공개키 (PKCS#1 표준의 정의에 의한다)를 효율을 향상시키기 위해서(때문에) 지정합니다.
Key ,
KeyFactory ,
KeySpec ,
PKCS8EncodedKeySpec ,
RSAPrivateKeySpec ,
RSAPublicKeySpec | 생성자 의 개요 | |
|---|---|
RSAPrivateCrtKeySpec (BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger primeP,
BigInteger primeQ,
BigInteger primeExponentP,
BigInteger primeExponentQ,
BigInteger crtCoefficient)
PKCS#1 에 정의된 modulus, publicExponent, privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, 및 crtCoefficient 를 지정해, 새로운 RSAPrivateCrtKeySpec 를 작성합니다. |
|
| 메소드의 개요 | |
|---|---|
BigInteger |
getCrtCoefficient ()
crtCoefficient 를 돌려줍니다. |
BigInteger |
getPrimeExponentP ()
primeExponentP 를 돌려줍니다. |
BigInteger |
getPrimeExponentQ ()
primeExponentQ 를 돌려줍니다. |
BigInteger |
getPrimeP ()
primeP 를 돌려줍니다. |
BigInteger |
getPrimeQ ()
primeQ 를 돌려줍니다. |
BigInteger |
getPublicExponent ()
공개 지수를 돌려줍니다. |
| 클래스 java.security.spec. RSAPrivateKeySpec 로부터 상속된 메소드 |
|---|
getModulus , getPrivateExponent |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 생성자 의 상세 |
|---|
public RSAPrivateCrtKeySpec(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent,
BigInteger primeP,
BigInteger primeQ,
BigInteger primeExponentP,
BigInteger primeExponentQ,
BigInteger crtCoefficient)
RSAPrivateCrtKeySpec 를 작성합니다.
modulus - 계수(modulus) npublicExponent - 공개 지수 eprivateExponent - 비공개 지수 dprimeP - n 의 소인수 pprimeQ - n 의 소인수 qprimeExponentP - d mod (p-1)primeExponentQ - d mod (q-1)crtCoefficient - 중국 잉여정리의 계수 q-1 mod p| 메소드의 상세 |
|---|
public BigInteger getPublicExponent()
public BigInteger getPrimeP()
public BigInteger getPrimeQ()
public BigInteger getPrimeExponentP()
public BigInteger getPrimeExponentQ()
public BigInteger getCrtCoefficient()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.