Commit 4073768

mo <mo@mokhan.ca>
2017-12-11 23:54:01
remove unused methods.
1 parent 4b065fa
Changed files (1)
lib
lib/saml/kit/configuration.rb
@@ -28,14 +28,6 @@ module Saml
         Saml::Kit::Certificate.new(encryption_certificate_pem, use: :encryption)
       end
 
-      def signing_x509
-        signing_certificate.x509
-      end
-
-      def encryption_x509
-        encryption_certificate.x509
-      end
-
       def signing_private_key
         OpenSSL::PKey::RSA.new(signing_private_key_pem, signing_private_key_password)
       end