certType property

String? certType
getter/setter pair

The type of SHA certificate encoded in the hash. Possible string values are:

  • "SHA_CERTIFICATE_TYPE_UNSPECIFIED" : Unknown state. This is only used for distinguishing unset values.
  • "SHA_1" : Certificate is a SHA-1 type certificate.
  • "SHA_256" : Certificate is a SHA-256 type certificate.

Implementation

core.String? certType;