Package com._1c.g5.v8.dt.mdnative.common
Class MdNativeMobileClientSignServiceLoader
java.lang.Object
com._1c.g5.v8.dt.mdnative.common.MdNativeMobileClientSignServiceLoader
Provides API for creating mobile application signature. You should get actual
MdNativeMobileClientSignLoader
for concrete Version
and then get signature.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMdNativeMobileClientSignLoader
(Version version) GetsMdNativeMobileClientSignLoader
for concreteVersion
.
-
Constructor Details
-
MdNativeMobileClientSignServiceLoader
public MdNativeMobileClientSignServiceLoader()The constructor.
-
-
Method Details
-
getMdNativeMobileClientSignLoader
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
-