- withCrv(JsonWebKeyCurveName) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the crv value.
- withD(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the d value.
- withDp(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set RSA Private Key Parameter value.
- withDq(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set RSA Private Key Parameter value .
- withE(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the e value.
- withK(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the Symmetric key value.
- withKeyOps(List<JsonWebKeyOperation>) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the keyOps value.
- withKid(String) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the key identifier value.
- withKty(JsonWebKeyType) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the key type value.
- withN(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the n value.
- withP(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the RSA secret prime value.
- withQ(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the RSA secret prime, with p < q value.
- withQi(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set RSA Private Key Parameter value.
- withT(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set HSM Token value, used with Bring Your Own Key.
- withX(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the x value.
- withY(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set the y value.
- WRAP_KEY - Static variable in class com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation
-
Static value wrapKey for JsonWebKeyOperation.