azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.keyvaul...

76 строки
4.5 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.JsonWebKeyEncryptionAlgorithm(String value)
name: JsonWebKeyEncryptionAlgorithm(String value)
nameWithType: JsonWebKeyEncryptionAlgorithm.JsonWebKeyEncryptionAlgorithm(String value)
parameters:
- description: <p>the custom value </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: <p>Creates a custom value for JsonWebKeyEncryptionAlgorithm. </p>
syntax: public JsonWebKeyEncryptionAlgorithm(String value)
uid: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.JsonWebKeyEncryptionAlgorithm(String)
fields:
- field:
type: final List&lt;<xref href="com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm?alt=com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm&text=JsonWebKeyEncryptionAlgorithm" data-throw-if-not-resolved="False"/>&gt;
fullName: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.ALL_ALGORITHMS
name: ALL_ALGORITHMS
nameWithType: JsonWebKeyEncryptionAlgorithm.ALL_ALGORITHMS
summary: <p>All the JWK encryption algorithms. </p>
syntax: >-
public static final List<JsonWebKeyEncryptionAlgorithm> ALL_ALGORITHMS=
Collections.unmodifiableList(Arrays.asList(RSA_OAEP, RSA1_5))
uid: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.ALL_ALGORITHMS
- field:
type: final <xref href="com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm?alt=com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm&text=JsonWebKeyEncryptionAlgorithm" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.RSA_OAEP
name: RSA_OAEP
nameWithType: JsonWebKeyEncryptionAlgorithm.RSA_OAEP
summary: <p>Static value RSA-OAEP for JsonWebKeyEncryptionAlgorithm. </p>
syntax: public static final JsonWebKeyEncryptionAlgorithm RSA_OAEP= new JsonWebKeyEncryptionAlgorithm("RSA-OAEP")
uid: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.RSA_OAEP
- field:
type: final <xref href="com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm?alt=com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm&text=JsonWebKeyEncryptionAlgorithm" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.RSA1_5
name: RSA1_5
nameWithType: JsonWebKeyEncryptionAlgorithm.RSA1_5
summary: <p>Static value RSA1_5 for JsonWebKeyEncryptionAlgorithm. </p>
syntax: public static final JsonWebKeyEncryptionAlgorithm RSA1_5= new JsonWebKeyEncryptionAlgorithm("RSA1_5")
uid: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.RSA1_5
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.equals(Object obj)
name: equals(Object obj)
nameWithType: JsonWebKeyEncryptionAlgorithm.equals(Object obj)
parameters:
- name: obj
type: <xref href="Object?alt=Object&text=Object" data-throw-if-not-resolved="False"/>
returns:
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
syntax: public boolean equals(Object obj)
uid: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.equals(Object)
- fullName: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.hashCode()
name: hashCode()
nameWithType: JsonWebKeyEncryptionAlgorithm.hashCode()
returns:
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
syntax: public int hashCode()
uid: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.hashCode()
- fullName: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.toString()
name: toString()
nameWithType: JsonWebKeyEncryptionAlgorithm.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.toString()
nameWithType: JsonWebKeyEncryptionAlgorithm
syntax: public class JsonWebKeyEncryptionAlgorithm
type: class
uid: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm
fullName: com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm
name: JsonWebKeyEncryptionAlgorithm
package: com.microsoft.azure.keyvault.webkey
summary: <p>Defines values for JsonWebKeyEncryptionAlgorithm. </p>
metadata: {}