ua_securitypolicy_basic128rsa15.h 857 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. *
  5. * Copyright 2018 (c) Mark Giraud, Fraunhofer IOSB
  6. */
  7. #ifndef UA_SECURITYPOLICY_BASIC128RSA15_H_
  8. #define UA_SECURITYPOLICY_BASIC128RSA15_H_
  9. #include "ua_plugin_securitypolicy.h"
  10. #include "ua_plugin_log.h"
  11. _UA_BEGIN_DECLS
  12. UA_EXPORT UA_StatusCode
  13. UA_SecurityPolicy_Basic128Rsa15(UA_SecurityPolicy *policy,
  14. UA_CertificateVerification *certificateVerification,
  15. const UA_ByteString localCertificate,
  16. const UA_ByteString localPrivateKey,
  17. UA_Logger logger);
  18. _UA_END_DECLS
  19. #endif /* UA_SECURITYPOLICY_BASIC128RSA15_H_ */