8#include "Arp/System/Commons/Services/Security/DeviceIdentityValidatorServiceProxyFactory.hpp"
9#include "Arp/System/Commons/Services/Security/IdentityValidationResult.hpp"
10#include "Arp/System/Rsc/Services/IRscService.hpp"
11#include "Arp/System/Rsc/Services/RscString.hxx"
15namespace Arp {
namespace System {
namespace Commons {
namespace Services {
namespace Security
31 using Ptr = std::shared_ptr<IDeviceIdentityValidatorService>;
38 static IRscServiceProxyFactory& GetProxyFactory(
void);
55inline IRscServiceProxyFactory& IDeviceIdentityValidatorService::GetProxyFactory()
57 return DeviceIdentityValidatorServiceProxyFactory::GetInstance();
This service allows to validate device identities.
Definition: IDeviceIdentityValidatorService.hpp:29
virtual IdentityValidationResult Validate(const RscString< 16384 > &pemTrustedCertificates, const RscString< 80 > &identityName)=0
Performs the validation of a particular device identity. The identity is represented internally as a ...
IDeviceIdentityValidatorService(void)=default
Constructs an IDeviceIdentityValidatorService instance.
Represents the result of the validation of a device identity.
Definition: IdentityValidationResult.hpp:26
Base interface for all Rsc service interface.
Definition: IRscService.hpp:20
Contains a static string with string lentgh up to N characters. The string has to be null terminated.
Definition: RscString.hxx:21
@ System
System components used by the System, Device, Plc or Io domains.
Namespace for classes and interfaces for the Remote Service Call implementation
Root namespace for the PLCnext API