Add keyring package for encryption key interface
Created by: arussellsaw
closes #18049 (closed)
This PR adds the keyring
package containing the interface described in RFC 310, key implementations will be subpackages of keyring, and will eventually have a key registry to hold currently configured keys, but we don't need to add that yet.