summaryrefslogtreecommitdiff
path: root/libjava/javax/crypto/interfaces/DHKey.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/crypto/interfaces/DHKey.h')
-rw-r--r--libjava/javax/crypto/interfaces/DHKey.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/libjava/javax/crypto/interfaces/DHKey.h b/libjava/javax/crypto/interfaces/DHKey.h
deleted file mode 100644
index a425a9263bd..00000000000
--- a/libjava/javax/crypto/interfaces/DHKey.h
+++ /dev/null
@@ -1,36 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_crypto_interfaces_DHKey__
-#define __javax_crypto_interfaces_DHKey__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace javax
- {
- namespace crypto
- {
- namespace interfaces
- {
- class DHKey;
- }
- namespace spec
- {
- class DHParameterSpec;
- }
- }
- }
-}
-
-class javax::crypto::interfaces::DHKey : public ::java::lang::Object
-{
-
-public:
- virtual ::javax::crypto::spec::DHParameterSpec * getParams() = 0;
- static ::java::lang::Class class$;
-} __attribute__ ((java_interface));
-
-#endif // __javax_crypto_interfaces_DHKey__