@@ -335,7 +335,7 @@ public IRubyObject initialize(final ThreadContext context, IRubyObject[] args) {
335
335
@ Override
336
336
@ JRubyMethod (visibility = Visibility .PRIVATE )
337
337
public IRubyObject initialize_copy (IRubyObject obj ) {
338
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#initialize_copy" );
338
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#initialize_copy" );
339
339
return this ;
340
340
}
341
341
@@ -387,25 +387,25 @@ public IRubyObject get_type() {
387
387
388
388
@ JRubyMethod (name = "detached" )
389
389
public IRubyObject detached () {
390
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#detached" );
390
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#detached" );
391
391
return getRuntime ().getNil ();
392
392
}
393
393
394
394
@ JRubyMethod (name = "detached=" )
395
395
public IRubyObject set_detached (IRubyObject obj ) {
396
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#detached=" );
396
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#detached=" );
397
397
return getRuntime ().getNil ();
398
398
}
399
399
400
400
@ JRubyMethod (name = "detached?" )
401
401
public IRubyObject detached_p () {
402
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#detached?" );
402
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#detached?" );
403
403
return getRuntime ().getNil ();
404
404
}
405
405
406
406
@ JRubyMethod (name ="cipher=" )
407
407
public IRubyObject set_cipher (IRubyObject obj ) {
408
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#cipher=" );
408
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#cipher=" );
409
409
return getRuntime ().getNil ();
410
410
}
411
411
@@ -446,7 +446,7 @@ public IRubyObject signers() {
446
446
447
447
@ JRubyMethod
448
448
public IRubyObject add_recipient (IRubyObject obj ) {
449
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#add_recipient" );
449
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#add_recipient" );
450
450
return getRuntime ().getNil ();
451
451
}
452
452
@@ -484,7 +484,7 @@ public IRubyObject add_certificate(IRubyObject obj) {
484
484
485
485
@ JRubyMethod (name ="certificates=" )
486
486
public IRubyObject set_certificates (IRubyObject obj ) {
487
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#certificates=" );
487
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#certificates=" );
488
488
return getRuntime ().getNil ();
489
489
}
490
490
@@ -524,19 +524,19 @@ public IRubyObject certificates() {
524
524
525
525
@ JRubyMethod
526
526
public IRubyObject add_crl (IRubyObject obj ) {
527
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#add_crl" );
527
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#add_crl" );
528
528
return getRuntime ().getNil ();
529
529
}
530
530
531
531
@ JRubyMethod (name ="crls=" )
532
532
public IRubyObject set_crls (IRubyObject obj ) {
533
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#crls=" );
533
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#crls=" );
534
534
return getRuntime ().getNil ();
535
535
}
536
536
537
537
@ JRubyMethod
538
538
public IRubyObject crls () {
539
- warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: PKCS7#crls" );
539
+ warn (getRuntime ().getCurrentContext (), "WARNING: unimplemented method called: OpenSSL:: PKCS7#crls" );
540
540
return getRuntime ().getNil ();
541
541
}
542
542
@@ -721,7 +721,7 @@ SignerInfoWithPkey getSignerInfo() {
721
721
@ JRubyMethod (visibility = Visibility .PRIVATE )
722
722
public IRubyObject initialize (final ThreadContext context ,
723
723
IRubyObject arg1 , IRubyObject arg2 , IRubyObject arg3 ) {
724
- warn (context , "WARNING: unimplemented method called: signerInfo #initialize" );
724
+ warn (context , "WARNING: unimplemented method called: OpenSSL::PKCS7::SignerInfo #initialize" );
725
725
return this ;
726
726
}
727
727
@@ -738,7 +738,7 @@ public IRubyObject serial() {
738
738
739
739
@ JRubyMethod
740
740
public IRubyObject signed_time (final ThreadContext context ) {
741
- warn (context , "WARNING: unimplemented method called: signerInfo #signed_time" );
741
+ warn (context , "WARNING: unimplemented method called: OpenSSL::PKCS7::SignerInfo #signed_time" );
742
742
return context .runtime .getNil ();
743
743
}
744
744
}
@@ -777,7 +777,7 @@ public static RecipientInfo create(Ruby runtime, RecipInfo info) {
777
777
778
778
@ JRubyMethod (visibility = Visibility .PRIVATE )
779
779
public IRubyObject initialize (final ThreadContext context , IRubyObject arg ) {
780
- warn (context , "WARNING: unimplemented method called: recipientInfo #initialize" );
780
+ warn (context , "WARNING: unimplemented method called: OpenSSL::PKCS7::RecipientInfo #initialize" );
781
781
return this ;
782
782
}
783
783
@@ -793,7 +793,7 @@ public IRubyObject serial() {
793
793
794
794
@ JRubyMethod
795
795
public IRubyObject enc_key (final ThreadContext context ) {
796
- warn (context , "WARNING: unimplemented method called: recipientInfo #enc_key" );
796
+ warn (context , "WARNING: unimplemented method called: OpenSSL::PKCS7::RecipientInfo #enc_key" );
797
797
return context .runtime .getNil ();
798
798
}
799
799
}
0 commit comments