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) GetsMdNativeMobileClientSignLoaderfor concreteVersion.
-
Constructor Details
-
MdNativeMobileClientSignServiceLoader
public MdNativeMobileClientSignServiceLoader()The constructor.
-
-
Method Details
-
getMdNativeMobileClientSignLoader
GetsMdNativeMobileClientSignLoaderfor concreteVersion.- Parameters:
version- actual runtime version for getting private and public key for signature mobile application, cannot benull- Returns:
MdNativeMobileClientSignLoaderfor concreteVersion, nevernull
-