public final class CardApiImpl extends CardApi
This file is open source and available under the MIT license. See the LICENSE file for more info.
Created by timon on 25/01/2018.
Modifier and Type | Method and Description |
---|---|
static CardApiImpl |
getInstance(Application application,
HostProvider hostProvider) |
java.util.concurrent.Callable<java.lang.String> |
getPublicKey(java.lang.String publicKeyToken)
Creates a
Callable object to retrieve a public key for a given public key token. |
public static CardApiImpl getInstance(Application application, HostProvider hostProvider)
public java.util.concurrent.Callable<java.lang.String> getPublicKey(java.lang.String publicKeyToken)
CardApi
Callable
object to retrieve a public key for a given public key token.getPublicKey
in class CardApi
publicKeyToken
- The public key token.Callable
object to retrieve a public key for a given public key token.