aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/java/security/jce/sig/SHA256withRSA.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/libjava/gnu/java/security/jce/sig/SHA256withRSA.h')
-rw-r--r--gcc-4.7/libjava/gnu/java/security/jce/sig/SHA256withRSA.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/gcc-4.7/libjava/gnu/java/security/jce/sig/SHA256withRSA.h b/gcc-4.7/libjava/gnu/java/security/jce/sig/SHA256withRSA.h
new file mode 100644
index 000000000..9b736522a
--- /dev/null
+++ b/gcc-4.7/libjava/gnu/java/security/jce/sig/SHA256withRSA.h
@@ -0,0 +1,38 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_java_security_jce_sig_SHA256withRSA__
+#define __gnu_java_security_jce_sig_SHA256withRSA__
+
+#pragma interface
+
+#include <gnu/java/security/jce/sig/SignatureAdapter.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace java
+ {
+ namespace security
+ {
+ namespace jce
+ {
+ namespace sig
+ {
+ class SHA256withRSA;
+ }
+ }
+ }
+ }
+ }
+}
+
+class gnu::java::security::jce::sig::SHA256withRSA : public ::gnu::java::security::jce::sig::SignatureAdapter
+{
+
+public:
+ SHA256withRSA();
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_java_security_jce_sig_SHA256withRSA__