Source code of Windows XP (NT5)
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.

20 lines
597 B

  1. // cciKeyPair.h: interface for the CKeyPair class.
  2. //
  3. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  4. // 1999. This computer program includes Confidential, Proprietary
  5. // Information and is a Trade Secret of Schlumberger Technology Corp. All
  6. // use, disclosure, and/or reproduction is prohibited unless authorized
  7. // in writing. All Rights Reserved.
  8. //////////////////////////////////////////////////////////////////////
  9. #if !defined(SLBCCI_KEYPAIR_H)
  10. #define SLBCCI_KEYPAIR_H
  11. #include <slbRCPtr.h>
  12. #include "cciCard.h"
  13. #include "AKeyPair.h"
  14. // See KPCont.h
  15. #endif