Package ru.CryptoPro.JCSP
Class CSPProviderInfo
- java.lang.Object
-
- ru.CryptoPro.JCSP.CSPProviderInfo
-
- All Implemented Interfaces:
CSPProviderInterface
public class CSPProviderInfo extends java.lang.Object implements CSPProviderInterface
Служебный класс CSPProviderInfo предназначен для управления лицензией и конфигурацией CSP.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigInterfacegetConfig()Получение конфигурации провайдера.IntegrityInterfacegetIntegrity()Получение контроля целостности.LicenseInterfacegetLicense()Получение лицензии.
-
-
-
Method Detail
-
getLicense
public LicenseInterface getLicense()
Description copied from interface:CSPProviderInterfaceПолучение лицензии.- Specified by:
getLicensein interfaceCSPProviderInterface- Returns:
- лицензия.
-
getIntegrity
public IntegrityInterface getIntegrity()
Description copied from interface:CSPProviderInterfaceПолучение контроля целостности.- Specified by:
getIntegrityin interfaceCSPProviderInterface- Returns:
- контроль целостности.
-
getConfig
public ConfigInterface getConfig()
Description copied from interface:CSPProviderInterfaceПолучение конфигурации провайдера.- Specified by:
getConfigin interfaceCSPProviderInterface- Returns:
- конфигурация провайдера.
-
-