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.

54 lines
2.2 KiB

  1. // Cert.cpp -- CCertificate class definition
  2. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  3. // 1999. 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. #include "NoWarning.h"
  8. #include "CryptFctry.h"
  9. #include "cciCert.h"
  10. using namespace cci;
  11. /////////////////////////// LOCAL/HELPER /////////////////////////////////
  12. /////////////////////////// PUBLIC /////////////////////////////////
  13. // Types
  14. // C'tors/D'tors
  15. CCertificate::CCertificate(ValueType *p)
  16. : SuperClass(p)
  17. {}
  18. CCertificate::CCertificate(CCard const &rhcard,
  19. ObjectAccess oa)
  20. : SuperClass(rhcard->MakeCertificate(oa))
  21. {}
  22. // Operators
  23. // Operations
  24. // Access
  25. // Predicates
  26. // Static Variables
  27. /////////////////////////// PROTECTED /////////////////////////////////
  28. // C'tors/D'tors
  29. // Operators
  30. // Operations
  31. // Access
  32. // Predicates
  33. // Static Variables
  34. /////////////////////////// PRIVATE /////////////////////////////////
  35. // C'tors/D'tors
  36. // Operators
  37. // Operations
  38. // Access
  39. // Predicates
  40. // Static Variables