| 
    Crypto++ 8.9
    
   Free C++ class library of cryptographic schemes 
   | 
 
Optional data encoder and decoder. More...
#include <asn.h>
 Inheritance diagram for ASNOptional< T >:Public Member Functions | |
| void | BERDecode (BERSequenceDecoder &seqDecoder, byte tag, byte mask=~CONSTRUCTED) | 
| BER decode optional data.   | |
| void | DEREncode (BufferedTransformation &out) | 
| DER encode optional data.   | |
  Public Member Functions inherited from member_ptr< T > | |
| member_ptr (T *p=NULL) | |
| const T & | operator* () const | 
| T & | operator* () | 
| const T * | operator-> () const | 
| T * | operator-> () | 
| const T * | get () const | 
| T * | get () | 
| T * | release () | 
| void | reset (T *p=NULL) | 
Optional data encoder and decoder.
| T | class or type | 
      
  | 
  inline | 
      
  | 
  inline | 
DER encode optional data.
| out | BufferedTransformation object |