-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
CRT/IoTfeature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue
Description
Feature Request:
| public static TlsContextOptions createWithMtlsJavaKeystore( |
createWithMtlsJavaKeystore extracts the key, assumes it is RSA and then creates the TLS options using the in-memory private key and certificate. There should be a way to use the Java KeyStore via custom key operations to provide security without exporting the key from secure storage such as PKCS11 or AndroidKeyStore.
This can be done by customers manually by writing the necessary code, but having a prebuilt implementation to call the necessary Java APIs to sign and verify using the secure key material would make a lot of sense.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CRT/IoTfeature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue