Package com.thalesgroup.gemalto.d1.card
Class ProvisioningMethod
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.card.ProvisioningMethod
-
public final class ProvisioningMethod extends Object
The token requestor provisioning method information.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description ProvisioningMethod(String pushHandler, String platformType)
Public Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPlatformType()
Get the token requestor platform handlerString
getPushHandler()
Get the token requestor push handler
-