lib/app_info/android/signature.rb in app-info-3.0.0.beta1 vs lib/app_info/android/signature.rb in app-info-3.0.0.beta2
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module AppInfo
- module Android
+ class Android < File
# Android Signature
#
# Support digest and length:
#
# RSA:1024、2048、4096、8192、16384
@@ -13,13 +13,13 @@
class VersionError < Error; end
class SecurityError < Error; end
class NotFoundError < NotFoundError; end
module Version
- V1 = 1
- V2 = 2
- V3 = 3
- V4 = 4
+ V1 = 1
+ V2 = 2
+ V3 = 3
+ V4 = 4
end
# All registerd verions to verify
#
# key is the version