azure-docs-sdk-java/docs-ref-autogen/com.azure.messaging.eventgr...

119 строки
9.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint"
fullName: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint"
name: "DeviceTwinInfoX509Thumbprint"
nameWithType: "DeviceTwinInfoX509Thumbprint"
summary: "The thumbprint is a unique value for the x509 certificate, commonly used to find a particular certificate in a certificate store."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **DeviceTwinInfoX509Thumbprint**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint?alt=com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint&text=DeviceTwinInfoX509Thumbprint\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.DeviceTwinInfoX509Thumbprint()"
fullName: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.DeviceTwinInfoX509Thumbprint()"
name: "DeviceTwinInfoX509Thumbprint()"
nameWithType: "DeviceTwinInfoX509Thumbprint.DeviceTwinInfoX509Thumbprint()"
summary: "Creates an instance of Device<wbr>Twin<wbr>InfoX509Thumbprint class."
syntax: "public DeviceTwinInfoX509Thumbprint()"
desc: "Creates an instance of DeviceTwinInfoX509Thumbprint class."
methods:
- uid: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DeviceTwinInfoX509Thumbprint.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Device<wbr>Twin<wbr>InfoX509Thumbprint from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DeviceTwinInfoX509Thumbprint fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the DeviceTwinInfoX509Thumbprint."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DeviceTwinInfoX509Thumbprint from the JsonReader."
returns:
description: "An instance of DeviceTwinInfoX509Thumbprint if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint?alt=com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint&text=DeviceTwinInfoX509Thumbprint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.getPrimaryThumbprint()"
fullName: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.getPrimaryThumbprint()"
name: "getPrimaryThumbprint()"
nameWithType: "DeviceTwinInfoX509Thumbprint.getPrimaryThumbprint()"
summary: "Get the primary<wbr>Thumbprint property: Primary thumbprint for the x509 certificate."
syntax: "public String getPrimaryThumbprint()"
desc: "Get the primaryThumbprint property: Primary thumbprint for the x509 certificate."
returns:
description: "the primaryThumbprint value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.getSecondaryThumbprint()"
fullName: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.getSecondaryThumbprint()"
name: "getSecondaryThumbprint()"
nameWithType: "DeviceTwinInfoX509Thumbprint.getSecondaryThumbprint()"
summary: "Get the secondary<wbr>Thumbprint property: Secondary thumbprint for the x509 certificate."
syntax: "public String getSecondaryThumbprint()"
desc: "Get the secondaryThumbprint property: Secondary thumbprint for the x509 certificate."
returns:
description: "the secondaryThumbprint value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.setPrimaryThumbprint(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.setPrimaryThumbprint(String primaryThumbprint)"
name: "setPrimaryThumbprint(String primaryThumbprint)"
nameWithType: "DeviceTwinInfoX509Thumbprint.setPrimaryThumbprint(String primaryThumbprint)"
summary: "Set the primary<wbr>Thumbprint property: Primary thumbprint for the x509 certificate."
parameters:
- description: "the primaryThumbprint value to set."
name: "primaryThumbprint"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DeviceTwinInfoX509Thumbprint setPrimaryThumbprint(String primaryThumbprint)"
desc: "Set the primaryThumbprint property: Primary thumbprint for the x509 certificate."
returns:
description: "the DeviceTwinInfoX509Thumbprint object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint?alt=com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint&text=DeviceTwinInfoX509Thumbprint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.setSecondaryThumbprint(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.setSecondaryThumbprint(String secondaryThumbprint)"
name: "setSecondaryThumbprint(String secondaryThumbprint)"
nameWithType: "DeviceTwinInfoX509Thumbprint.setSecondaryThumbprint(String secondaryThumbprint)"
summary: "Set the secondary<wbr>Thumbprint property: Secondary thumbprint for the x509 certificate."
parameters:
- description: "the secondaryThumbprint value to set."
name: "secondaryThumbprint"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DeviceTwinInfoX509Thumbprint setSecondaryThumbprint(String secondaryThumbprint)"
desc: "Set the secondaryThumbprint property: Secondary thumbprint for the x509 certificate."
returns:
description: "the DeviceTwinInfoX509Thumbprint object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint?alt=com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint&text=DeviceTwinInfoX509Thumbprint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DeviceTwinInfoX509Thumbprint.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The thumbprint is a unique value for the x509 certificate, commonly used to find a particular certificate in a certificate store. The thumbprint is dynamically generated using the SHA1 algorithm, and does not physically exist in the certificate."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint?alt=com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint&text=DeviceTwinInfoX509Thumbprint\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.messaging.eventgrid.systemevents"
artifact: com.azure:azure-messaging-eventgrid:4.26.0