We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db36263 commit baafcf0Copy full SHA for baafcf0
src/main/java/org/jruby/ext/openssl/PKey.java
@@ -203,16 +203,6 @@ public IRubyObject initialize(ThreadContext context) {
203
204
public abstract RubyString to_pem(ThreadContext context, final IRubyObject[] args) ;
205
206
- @Deprecated
207
- public RubyString to_pem(final IRubyObject[] args) {
208
- return to_pem(getRuntime().getCurrentContext(), args);
209
- }
210
-
211
212
- public RubyString export(final IRubyObject[] args) {
213
214
215
216
@JRubyMethod(name = "sign")
217
public IRubyObject sign(IRubyObject digest, IRubyObject data) {
218
final Ruby runtime = getRuntime();
0 commit comments