197 lines
4.4 KiB
C
197 lines
4.4 KiB
C
|
// V2PubKey.h: interface for the CV2PublicKey class.
|
||
|
//
|
||
|
// (c) Copyright Schlumberger Technology Corp., unpublished work, created
|
||
|
// 1999. This computer program includes Confidential, Proprietary
|
||
|
// Information and is a Trade Secret of Schlumberger Technology Corp. All
|
||
|
// use, disclosure, and/or reproduction is prohibited unless authorized
|
||
|
// in writing. All Rights Reserved.
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#if !defined(SLBCCI_V2PUBKEY_H)
|
||
|
#define SLBCCI_V2PUBKEY_H
|
||
|
|
||
|
// Note: This file should only be included by the CCI, not directly
|
||
|
// by the client.
|
||
|
|
||
|
#include <string>
|
||
|
#include <vector>
|
||
|
#include <memory> // for auto_ptr
|
||
|
|
||
|
#include <slbRCObj.h>
|
||
|
|
||
|
#include "APublicKey.h"
|
||
|
#include "slbarch.h"
|
||
|
|
||
|
namespace cci
|
||
|
{
|
||
|
|
||
|
class CV2Card;
|
||
|
class CPubKeyInfoRecord;
|
||
|
|
||
|
class CV2PublicKey
|
||
|
: public CAbstractPublicKey
|
||
|
{
|
||
|
public:
|
||
|
// Types
|
||
|
// C'tors/D'tors
|
||
|
CV2PublicKey(CV2Card const &rv2card,
|
||
|
ObjectAccess oa);
|
||
|
|
||
|
CV2PublicKey(CV2Card const &rv2card,
|
||
|
SymbolID sidHandle,
|
||
|
ObjectAccess oa);
|
||
|
|
||
|
virtual
|
||
|
~CV2PublicKey() throw();
|
||
|
// Operators
|
||
|
// Operations
|
||
|
virtual void
|
||
|
CKInvisible(bool flag);
|
||
|
|
||
|
virtual void
|
||
|
CredentialID(std::string const &rstrID);
|
||
|
|
||
|
virtual void
|
||
|
Derive(bool flag);
|
||
|
|
||
|
virtual void
|
||
|
ID(std::string const &rstrID);
|
||
|
|
||
|
virtual void
|
||
|
EndDate(Date const &rdtEnd);
|
||
|
|
||
|
virtual void
|
||
|
Encrypt(bool flag);
|
||
|
|
||
|
virtual void
|
||
|
Exponent(std::string const &rstrExp);
|
||
|
|
||
|
virtual void
|
||
|
Label(std::string const &rstrLabel);
|
||
|
|
||
|
virtual void
|
||
|
Local(bool flag);
|
||
|
|
||
|
static CV2PublicKey *
|
||
|
Make(CV2Card const &rv2card,
|
||
|
SymbolID sidHandle,
|
||
|
ObjectAccess oa);
|
||
|
|
||
|
virtual void
|
||
|
Modifiable(bool flag);
|
||
|
|
||
|
virtual void
|
||
|
Modulus(std::string const &rstrMod);
|
||
|
|
||
|
virtual void
|
||
|
StartDate(Date const &rdtStart);
|
||
|
|
||
|
virtual void
|
||
|
Subject(std::string const &rstrSubject);
|
||
|
|
||
|
virtual void
|
||
|
Verify(bool flag);
|
||
|
|
||
|
virtual void
|
||
|
VerifyRecover(bool flag);
|
||
|
|
||
|
virtual void
|
||
|
Wrap(bool flag);
|
||
|
|
||
|
// Access
|
||
|
virtual bool
|
||
|
CKInvisible();
|
||
|
|
||
|
virtual std::string
|
||
|
CredentialID();
|
||
|
|
||
|
virtual SymbolID
|
||
|
Handle() const;
|
||
|
|
||
|
virtual bool
|
||
|
Derive();
|
||
|
|
||
|
virtual bool
|
||
|
Encrypt();
|
||
|
|
||
|
virtual Date
|
||
|
EndDate();
|
||
|
|
||
|
virtual std::string
|
||
|
Exponent();
|
||
|
|
||
|
virtual std::string
|
||
|
ID();
|
||
|
|
||
|
virtual std::string
|
||
|
Label();
|
||
|
|
||
|
virtual bool
|
||
|
Local();
|
||
|
|
||
|
virtual bool
|
||
|
Modifiable();
|
||
|
|
||
|
virtual std::string
|
||
|
Modulus();
|
||
|
|
||
|
virtual bool
|
||
|
Private();
|
||
|
|
||
|
virtual Date
|
||
|
StartDate();
|
||
|
|
||
|
virtual std::string
|
||
|
Subject();
|
||
|
|
||
|
virtual bool
|
||
|
Verify();
|
||
|
|
||
|
virtual bool
|
||
|
VerifyRecover();
|
||
|
|
||
|
virtual bool
|
||
|
Wrap();
|
||
|
// Predicates
|
||
|
|
||
|
protected:
|
||
|
// Types
|
||
|
// C'tors/D'tors
|
||
|
// Operators
|
||
|
// Operations
|
||
|
virtual void
|
||
|
DoDelete();
|
||
|
|
||
|
// Access
|
||
|
// Predicates
|
||
|
virtual bool
|
||
|
DoEquals(CAbstractPublicKey const &rhs) const;
|
||
|
|
||
|
// Variables
|
||
|
|
||
|
private:
|
||
|
// Types
|
||
|
// C'tors/D'tors
|
||
|
CV2PublicKey(CAbstractPublicKey const &rhs);
|
||
|
// not defined, copying not allowed.
|
||
|
// Operators
|
||
|
CAbstractPublicKey &
|
||
|
operator=(CAbstractPublicKey const &rhs);
|
||
|
// not defined, initialization not allowed.
|
||
|
|
||
|
// Operations
|
||
|
void
|
||
|
Setup(CV2Card const &rv2card);
|
||
|
|
||
|
// Access
|
||
|
// Predicates
|
||
|
// Variables
|
||
|
|
||
|
SymbolID m_sidHandle;
|
||
|
std::auto_ptr<CPubKeyInfoRecord> m_apcir;
|
||
|
};
|
||
|
|
||
|
} // namespace cci
|
||
|
|
||
|
#endif // SLBCCI_V2PUBKEY_H
|