aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/crypto/jce/key/KhazadSecretKeyFactoryImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/javax/crypto/jce/key/KhazadSecretKeyFactoryImpl.h')
-rw-r--r--libjava/gnu/javax/crypto/jce/key/KhazadSecretKeyFactoryImpl.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/libjava/gnu/javax/crypto/jce/key/KhazadSecretKeyFactoryImpl.h b/libjava/gnu/javax/crypto/jce/key/KhazadSecretKeyFactoryImpl.h
deleted file mode 100644
index 258fae3ff43..00000000000
--- a/libjava/gnu/javax/crypto/jce/key/KhazadSecretKeyFactoryImpl.h
+++ /dev/null
@@ -1,38 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __gnu_javax_crypto_jce_key_KhazadSecretKeyFactoryImpl__
-#define __gnu_javax_crypto_jce_key_KhazadSecretKeyFactoryImpl__
-
-#pragma interface
-
-#include <gnu/javax/crypto/jce/key/SecretKeyFactoryImpl.h>
-extern "Java"
-{
- namespace gnu
- {
- namespace javax
- {
- namespace crypto
- {
- namespace jce
- {
- namespace key
- {
- class KhazadSecretKeyFactoryImpl;
- }
- }
- }
- }
- }
-}
-
-class gnu::javax::crypto::jce::key::KhazadSecretKeyFactoryImpl : public ::gnu::javax::crypto::jce::key::SecretKeyFactoryImpl
-{
-
-public:
- KhazadSecretKeyFactoryImpl();
- static ::java::lang::Class class$;
-};
-
-#endif // __gnu_javax_crypto_jce_key_KhazadSecretKeyFactoryImpl__