Skip to content

Commit 75f5628

Browse files
committed
Remove deprecated namespaces
1 parent afc9bf0 commit 75f5628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_saml/xml/document.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Document < BaseDocument
4242
# <KeyInfo />
4343
# <Object />
4444
# </Signature>
45-
def sign_document(private_key, certificate, signature_method = RSA_SHA256, digest_method = SHA256)
45+
def sign_document(private_key, certificate, signature_method = RubySaml::XML::Crypto::RSA_SHA256, digest_method = RubySaml::XML::Crypto::SHA256)
4646
noko = Nokogiri::XML(to_s) do |config|
4747
config.options = RubySaml::XML::BaseDocument::NOKOGIRI_OPTIONS
4848
end

0 commit comments

Comments
 (0)