Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.5 KiB

  1. // V1Paths.h -- declaration of CV1Paths
  2. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  3. // 2000. This computer program includes Confidential, Proprietary
  4. // Information and is a Trade Secret of Schlumberger Technology Corp. All
  5. // use, disclosure, and/or reproduction is prohibited unless authorized
  6. // in writing. All Rights Reserved.
  7. #if !defined(SLBCCI_V1PATHS_H)
  8. #define SLBCCI_V1PATHS_H
  9. #include <string>
  10. namespace cci
  11. {
  12. class CV1Paths
  13. {
  14. public:
  15. // Types
  16. // C'tors/D'tors
  17. // Operators
  18. // Operations
  19. // Access
  20. static char const *
  21. AdmKeys();
  22. static char const *
  23. Chv();
  24. static char const *
  25. CryptoSys();
  26. static char const *
  27. DefaultContainer();
  28. static char const *
  29. DefaultKey();
  30. static char const *
  31. IcFile();
  32. static char const *
  33. IdSys();
  34. static char const *
  35. PrivateKeys();
  36. static char const *
  37. PublicKeys();
  38. static char const *
  39. RelativeContainers();
  40. static char const *
  41. Root();
  42. static char const *
  43. RootContainers();
  44. // Predicates
  45. protected:
  46. // Types
  47. // C'tors/D'tors
  48. // Operators
  49. // Operations
  50. // Access
  51. // Predicates
  52. // Variables
  53. private:
  54. // Types
  55. // C'tors/D'tors
  56. // Can't create, copy or delete
  57. explicit
  58. CV1Paths();
  59. CV1Paths(CV1Paths const &rhs);
  60. ~CV1Paths();
  61. // Operators
  62. // Operations
  63. // Access
  64. // Predicates
  65. // Variables
  66. };
  67. } // namespace cci
  68. #endif // SLBCCI_V1PATHS_H