stringToSign (datetime) {
    const parts = []
    parts.push(algorithm)
    parts.push(datetime)
    parts.push(this.credentialString(datetime))