
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_javax_crypto_jce_cipher_AES192KeyWrapSpi__
#define __gnu_javax_crypto_jce_cipher_AES192KeyWrapSpi__

#pragma interface

#include <gnu/javax/crypto/jce/cipher/AESKeyWrapSpi.h>
extern "Java"
{
  namespace gnu
  {
    namespace javax
    {
      namespace crypto
      {
        namespace jce
        {
          namespace cipher
          {
              class AES192KeyWrapSpi;
          }
        }
      }
    }
  }
}

class gnu::javax::crypto::jce::cipher::AES192KeyWrapSpi : public ::gnu::javax::crypto::jce::cipher::AESKeyWrapSpi
{

public:
  AES192KeyWrapSpi();
  static ::java::lang::Class class$;
};

#endif // __gnu_javax_crypto_jce_cipher_AES192KeyWrapSpi__
