MIP SDK — C++ 1.18
API Reference Documentation for C++
Loading...
Searching...
No Matches
ProtectDoNotForwardDkAction Class Referenceabstract

An action class that specifies adding do not forward double key protection to the document. More...

#include <mip/upe/protect_do_not_forward_dk_action.h>

Inheritance diagram for ProtectDoNotForwardDkAction:
Action

Public Member Functions

virtual const std::string & GetDoubleKeyEncryptionUrl () const =0
 Get the double key encryption Url.
 
virtual ~ProtectDoNotForwardDkAction ()
 
- Public Member Functions inherited from Action
virtual ActionType GetType () const =0
 Get the type of Action.
 
virtual ~Action ()
 
virtual void Link ()
 
virtual const std::string & GetId () const
 
virtual bool operator== (const Action &action) const
 

Protected Member Functions

 ProtectDoNotForwardDkAction (const std::string &id)
 
- Protected Member Functions inherited from Action
virtual bool IsEqual (const Action &action) const =0
 
 Action ()
 
 Action (const std::string &id)
 

Detailed Description

An action class that specifies adding do not forward double key protection to the document.

Constructor & Destructor Documentation

◆ ~ProtectDoNotForwardDkAction()

virtual ProtectDoNotForwardDkAction::~ProtectDoNotForwardDkAction ( )
inlinevirtual

◆ ProtectDoNotForwardDkAction()

ProtectDoNotForwardDkAction::ProtectDoNotForwardDkAction ( const std::string & id)
inlineprotected

Member Function Documentation

◆ GetDoubleKeyEncryptionUrl()

virtual const std::string & ProtectDoNotForwardDkAction::GetDoubleKeyEncryptionUrl ( ) const
pure virtual

Get the double key encryption Url.

Returns
the double key encryption Url.

The documentation for this class was generated from the following file: