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.

55 lines
2.3 KiB

  1. // PublicKey.cpp -- CPublicKey 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. //////////////////////////////////////////////////////////////////////
  8. #include "NoWarning.h"
  9. #include "CryptFctry.h"
  10. #include "cciPubKey.h"
  11. using namespace cci;
  12. /////////////////////////// LOCAL/HELPER /////////////////////////////////
  13. /////////////////////////// PUBLIC /////////////////////////////////
  14. // Types
  15. // C'tors/D'tors
  16. CPublicKey::CPublicKey(ValueType *p)
  17. : SuperClass(p)
  18. {}
  19. CPublicKey::CPublicKey(CCard const &rhcard,
  20. ObjectAccess oa)
  21. : SuperClass(rhcard->MakePublicKey(oa))
  22. {}
  23. // Operators
  24. // Operations
  25. // Access
  26. // Predicates
  27. // Static Variables
  28. /////////////////////////// PROTECTED /////////////////////////////////
  29. // C'tors/D'tors
  30. // Operators
  31. // Operations
  32. // Access
  33. // Predicates
  34. // Static Variables
  35. /////////////////////////// PRIVATE /////////////////////////////////
  36. // C'tors/D'tors
  37. // Operators
  38. // Operations
  39. // Access
  40. // Predicates
  41. // Static Variables