Details
Description
Implement the option to use a TPM 2 as a KeyStoreProvider as alternative to JavaKeyStoreProvider. Key Creating and Deleting will be implemented with the TPM.
There is a Java Implementation of interfacing TPMs but only for Version 1 link. The JavaKeystoreProvider Key provisioning is (as I know it) comparable to using a TPM (Making use of Key Encryption Keys).
As mentioned Key Provisioning will be made via the KMS. Only the underlying Keys would be managed by the TPM.
(Part of a Bachelor Thesis at Hochschule Darmstadt)