RSAPrivateCrtKey — RSA CRT 개인 키 인터페이스

RSAPrivateCrtKey — RSA CRT 개인 키 인터페이스

PKCS#1 v2.2 표준에 정의된, 중국인의 나머지 정리(CRT) 정보 값을 사용하는 RSA 개인 키에 대한 인터페이스예요.

출처: Java API Reference

본문

BigInteger getPublicExponent()

공개 지수를 반환해요.

BigInteger getPrimeP()

primeP를 반환해요.

BigInteger getPrimeQ()

primeQ를 반환해요.

BigInteger getPrimeExponentP()

primeExponentP를 반환해요.

BigInteger getPrimeExponentQ()

primeExponentQ를 반환해요.

BigInteger getCrtCoefficient()

crtCoefficient를 반환해요.

더 알아보기 (Learn more)