Inheritance diagram for Swift::AuthChallenge:
Collaboration diagram for Swift::AuthChallenge:Public Member Functions | |
| AuthChallenge () | |
| AuthChallenge (const std::vector< unsigned char > &value) | |
| const boost::optional < std::vector< unsigned char > > & | getValue () const |
| void | setValue (const std::vector< unsigned char > &value) |
Definition at line 15 of file AuthChallenge.h.
| Swift::AuthChallenge::AuthChallenge | ( | ) | [inline] |
Definition at line 17 of file AuthChallenge.h.
| Swift::AuthChallenge::AuthChallenge | ( | const std::vector< unsigned char > & | value | ) | [inline] |
Definition at line 20 of file AuthChallenge.h.
| const boost::optional< std::vector<unsigned char> >& Swift::AuthChallenge::getValue | ( | ) | const [inline] |
Definition at line 23 of file AuthChallenge.h.
| void Swift::AuthChallenge::setValue | ( | const std::vector< unsigned char > & | value | ) | [inline] |
Definition at line 27 of file AuthChallenge.h.
1.7.1