toggle menu
adyen-android
androidJvm
switch theme
search in API
components-core
/
com.adyen.checkout.components.core.internal.data.api
/
DefaultPublicKeyRepository
Default
Public
Key
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
DefaultPublicKeyRepository
(
publicKeyService
:
PublicKeyService
)
:
PublicKeyRepository
Members
Constructors
Default
Public
Key
Repository
Link copied to clipboard
constructor
(
publicKeyService
:
PublicKeyService
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
fetch
Public
Key
Link copied to clipboard
open
suspend override
fun
fetchPublicKey
(
environment
:
Environment
,
clientKey
:
String
)
:
Result
<
String
>