MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.file.utils
/
KeyUtils
/
getKeys
get
Keys
fun
getKeys
(
)
:
Pair
<
PrivateKey
,
PublicKey
>
RSA鍵ペアを取得する(キャッシュ済み) 初回呼び出し時にPEMファイルから読み込み、以降はキャッシュを返す
Return
Pair(秘密鍵, 公開鍵)