RSAKey — RSA 키 인터페이스

RSAKey — RSA 키 인터페이스

PKCS#1 v2.2 표준의 공개 또는 개인 키(RSA, RSASSA-PSS 알고리즘 등)에 대한 인터페이스예요.

출처: Java API Reference

본문

BigInteger getModulus()

모듈러스를 반환해요.

default AlgorithmParameterSpec getParams()

이 키와 연결된 매개변수를 반환해요.

더 알아보기 (Learn more)