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, 36 insertions, 0 deletions
diff --git a/libjava/javax/crypto/interfaces/DHKey.h b/libjava/javax/crypto/interfaces/DHKey.h
new file mode 100644
index 000000000..a425a9263
--- /dev/null
+++ b/libjava/javax/crypto/interfaces/DHKey.h
@@ -0,0 +1,36 @@
+
+// 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__