You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-jca/README.md
+25-21Lines changed: 25 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,74 +28,78 @@ Maven dependency for the Azure Key Vault JCA client library. Add it to your proj
28
28
-[Azure Subscription][azure_subscription]
29
29
- An existing [Azure Key Vault][azure_keyvault]. If you need to create a Key Vault, you can use the [Azure Cloud Shell][azure_cloud_shell] to create one with this Azure CLI command. Replace `<your-resource-group-name>` and `<your-key-vault-name>` with your own, unique names:
30
30
31
-
```Bash
32
-
az keyvault create --resource-group <your-resource-group-name> --name <your-key-vault-name>
33
-
```
31
+
```Bash
32
+
az keyvault create --resource-group <your-resource-group-name> --name <your-key-vault-name>
33
+
```
34
34
35
35
## Key concepts
36
36
37
37
## Examples
38
38
### Server side SSL
39
39
If you are looking to integrate the JCA provider to create an SSLServerSocket see the example below.
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-jca/src/main/java/com/azure/security/keyvault/jca/KeyVaultLoadStoreParameter.java
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-jca/src/samples/java/com/azure/security/keyvault/jca/ClientSSLSample.java
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-jca/src/samples/java/com/azure/security/keyvault/jca/ServerSSLSample.java
0 commit comments