| 
    Crypto++ 8.9
    
   Free C++ class library of cryptographic schemes 
   | 
 
 Inheritance diagram for ModExpPrecomputation:Public Member Functions | |
| bool | NeedConversions () const | 
| Determines if elements needs conversion.   | |
| Element | ConvertIn (const Element &v) const | 
| Converts an element between representations.   | |
| virtual Element | ConvertOut (const Element &v) const | 
| Converts an element between representations.   | |
| const AbstractGroup< Element > & | GetGroup () const | 
| Retrieves AbstractGroup interface.   | |
| Element | BERDecodeElement (BufferedTransformation &bt) const | 
| Decodes element in DER format.   | |
| void | DEREncodeElement (BufferedTransformation &bt, const Element &v) const | 
| Encodes element in DER format.   | |
| void | SetModulus (const Integer &v) | 
| const Integer & | GetModulus () const | 
Additional Inherited Members | |
  Public Types inherited from DL_GroupPrecomputation< Integer > | |
| typedef Integer | Element | 
Definition at line 21 of file modexppc.h.
      
  | 
  inlinevirtual | 
Definition at line 24 of file modexppc.h.
      
  | 
  inlinevirtual | 
Determines if elements needs conversion.
NeedConversions determines if an element must convert between representations.
Reimplemented from DL_GroupPrecomputation< Integer >.
Definition at line 27 of file modexppc.h.
Converts an element between representations.
| v | element to convert | 
ConvertIn is used when an element must convert between representations.
Reimplemented from DL_GroupPrecomputation< Integer >.
Definition at line 28 of file modexppc.h.
Converts an element between representations.
| v | element to convert | 
Reimplemented from DL_GroupPrecomputation< Integer >.
Definition at line 29 of file modexppc.h.
      
  | 
  inlinevirtual | 
Retrieves AbstractGroup interface.
Implements DL_GroupPrecomputation< Integer >.
Definition at line 30 of file modexppc.h.
      
  | 
  inlinevirtual | 
Decodes element in DER format.
| bt | BufferedTransformation object | 
Implements DL_GroupPrecomputation< Integer >.
Definition at line 31 of file modexppc.h.
      
  | 
  inlinevirtual | 
Encodes element in DER format.
| bt | BufferedTransformation object | 
| P | Element to encode | 
Implements DL_GroupPrecomputation< Integer >.
Definition at line 32 of file modexppc.h.
      
  | 
  inline | 
Definition at line 35 of file modexppc.h.
      
  | 
  inline | 
Definition at line 36 of file modexppc.h.