- withD(byte[]) - Method in class com.microsoft.azure.keyvault.webkey.JsonWebKey
-
Set RSA private exponent 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 RSA public exponent 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 key operations 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 RSA modulus 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.
- WRAP_KEY - Static variable in class com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation
-
Static value wrapKey for JsonWebKeyOperation.