ua_securitypolicy_basic128rsa15.h 747 B

1234567891011121314151617181920212223242526
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. #ifndef UA_SECURITYPOLICY_BASIC128RSA15_H_
  5. #define UA_SECURITYPOLICY_BASIC128RSA15_H_
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #include "ua_plugin_securitypolicy.h"
  10. #include "ua_plugin_log.h"
  11. UA_EXPORT UA_StatusCode
  12. UA_SecurityPolicy_Basic128Rsa15(UA_SecurityPolicy *policy,
  13. const UA_ByteString localCertificate,
  14. const UA_ByteString localPrivateKey,
  15. UA_Logger logger);
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif // UA_SECURITYPOLICY_BASIC128RSA15_H_