12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __gnu_javax_crypto_jce_mac_OMacImpl$Twofish__
- #define __gnu_javax_crypto_jce_mac_OMacImpl$Twofish__
- #pragma interface
- #include <gnu/javax/crypto/jce/mac/OMacImpl.h>
- extern "Java"
- {
- namespace gnu
- {
- namespace javax
- {
- namespace crypto
- {
- namespace jce
- {
- namespace mac
- {
- class OMacImpl;
- class OMacImpl$Twofish;
- }
- }
- }
- }
- }
- }
- class gnu::javax::crypto::jce::mac::OMacImpl$Twofish : public ::gnu::javax::crypto::jce::mac::OMacImpl
- {
- public:
- OMacImpl$Twofish(::gnu::javax::crypto::jce::mac::OMacImpl *);
- public: // actually package-private
- ::gnu::javax::crypto::jce::mac::OMacImpl * __attribute__((aligned(__alignof__( ::gnu::javax::crypto::jce::mac::OMacImpl)))) this$0;
- public:
- static ::java::lang::Class class$;
- };
- #endif // __gnu_javax_crypto_jce_mac_OMacImpl$Twofish__
|