Class: Ccrypto::Java::DigestEngine::SupportedDigestEngine

Inherits:
Object
  • Object
show all
Includes:
InMemoryRecord
Defined in:
lib/ccrypto/java/engines/digest_engine.rb

Instance Method Summary collapse

Constructor Details

#initializeSupportedDigestEngine

Returns a new instance of SupportedDigestEngine.



13
14
15
# File 'lib/ccrypto/java/engines/digest_engine.rb', line 13

def initialize
  define_search_key(:algo, :outBitLength, :outByteLength)
end