class Google::Apis::AndroidenterpriseV1::ProductSigningCertificate

Attributes

certificate_hash_sha1[RW]

The base64 urlsafe encoded SHA1 hash of the certificate. (This field is deprecated in favor of SHA2-256. It should not be used and may be removed at any time.) Corresponds to the JSON property `certificateHashSha1` @return [String]

certificate_hash_sha256[RW]

The base64 urlsafe encoded SHA2-256 hash of the certificate. Corresponds to the JSON property `certificateHashSha256` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 2257
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidenterprise_v1/classes.rb, line 2262
def update!(**args)
  @certificate_hash_sha1 = args[:certificate_hash_sha1] if args.key?(:certificate_hash_sha1)
  @certificate_hash_sha256 = args[:certificate_hash_sha256] if args.key?(:certificate_hash_sha256)
end