lib/saml/kit/xml_templatable.rb in saml-kit-1.0.11 vs lib/saml/kit/xml_templatable.rb in saml-kit-1.0.12

- old
+ new

@@ -19,14 +19,9 @@ return configuration.sign? if embed_signature.nil? (embed_signature && configuration.sign?) || (embed_signature && signing_key_pair.present?) end - def encrypt_with(key_pair) - self.encrypt = true - self.encryption_certificate = key_pair.certificate - end - def digest_method configuration.digest_method end def signature_method