Package com._1c.g5.v8.dt.mdnative.common
Class MdNativeMobileClientSignServiceLoader
- java.lang.Object
-
- com._1c.g5.v8.dt.mdnative.common.MdNativeMobileClientSignServiceLoader
-
public class MdNativeMobileClientSignServiceLoader extends Object
Provides API for creating mobile application signature. You should get actualMdNativeMobileClientSignLoader
for concreteVersion
and then get signature.
-
-
Constructor Summary
Constructors Constructor Description MdNativeMobileClientSignServiceLoader()
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MdNativeMobileClientSignLoader
getMdNativeMobileClientSignLoader(Version version)
GetsMdNativeMobileClientSignLoader
for concreteVersion
.
-
-
-
Method Detail
-
getMdNativeMobileClientSignLoader
public MdNativeMobileClientSignLoader getMdNativeMobileClientSignLoader(Version version)
GetsMdNativeMobileClientSignLoader
for concreteVersion
.- Parameters:
version
- actual runtime version for getting private and public key for signature mobile application, cannot benull
- Returns:
MdNativeMobileClientSignLoader
for concreteVersion
, nevernull
-
-