Sha256: 82743f96d7b3b421453989b9f5e11a30526e32bdb46a0ded9f181326425be811
Contents?: true
Size: 281 Bytes
Versions: 20
Compression:
Stored size: 281 Bytes
Contents
module Saml module Kit module Crypto class UnknownCipher def initialize(algorithm, key) end def self.matches?(algorithm) true end def decrypt(cipher_text) cipher_text end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems