2.2.1.4.1 HASHALGTYPE

The HASHALGTYPE enumeration identifies the type of hashing algorithm used when generating an ECC signature. The only supported algorithm is SHA1.

 <xs:simpleType name="HASHALGTYPE">
   <xs:restriction base="xs:string">
     <xs:enumeration value="SHA"/>
   </xs:restriction>
 </xs:simpleType>

SHA: The SHA1 hashing algorithm is used to generate the ECC signature. For information on SHA1 see [RFC3174].