RSAMultiPrimePrivateCrtKey — RSA 다중 소수 개인 키 인터페이스
RSAMultiPrimePrivateCrtKey — RSA 다중 소수 개인 키 인터페이스
PKCS#1 v2.2 표준에 정의된, 중국인의 나머지 정리(CRT) 정보 값을 사용하는 RSA 다중 소수(multi-prime) 개인 키에 대한 인터페이스예요.
본문
BigInteger getPublicExponent()
공개 지수(public exponent)를 반환해요.
BigInteger getPrimeP()
primeP를 반환해요.
BigInteger getPrimeQ()
primeQ를 반환해요.
BigInteger getPrimeExponentP()
primeExponentP를 반환해요.
BigInteger getPrimeExponentQ()
primeExponentQ를 반환해요.
BigInteger getCrtCoefficient()
crtCoefficient를 반환해요.
RSAOtherPrimeInfo[] getOtherPrimeInfo()
otherPrimeInfo를 반환해요. 소인수가 p와 q 두 개뿐이면 null을 반환해요.