Package org.apache.polaris.service.auth
Interface KeyProvider
- All Known Implementing Classes:
LocalRSAKeyProvider
public interface KeyProvider
-
Method Summary
-
Method Details
-
getPublicKey
PublicKey getPublicKey() -
getPrivateKey
PrivateKey getPrivateKey()
-