Closed MatthewBennington closed 4 years ago
Both the RawAESKeyring and the RawRSAKeyring describe KeyName and KeyNamespace inputs. Each input is described as a UTF-8 encoded value.
KeyName
KeyNamespace
UTF-8 encoded value
So far, our implementations (with the exception of key_namespace in Python) have chosen to take strings as input for these values, and convert later.
key_namespace
Should the spec explicitly state that raw keyring constructors can/should/must accept strings for these fields?
Blocked (and potentially resolved) by #135
Closing as #135 is completed. All further action required captured in #191
Both the RawAESKeyring and the RawRSAKeyring describe
KeyName
andKeyNamespace
inputs. Each input is described as aUTF-8 encoded value
.So far, our implementations (with the exception of
key_namespace
in Python) have chosen to take strings as input for these values, and convert later.Should the spec explicitly state that raw keyring constructors can/should/must accept strings for these fields?