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

84 строки
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint"
fullName: "com.microsoft.azure.eventgrid.models.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: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **DeviceTwinInfoX509Thumbprint**"
constructors:
- uid: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.DeviceTwinInfoX509Thumbprint()"
fullName: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.DeviceTwinInfoX509Thumbprint()"
name: "DeviceTwinInfoX509Thumbprint()"
nameWithType: "DeviceTwinInfoX509Thumbprint.DeviceTwinInfoX509Thumbprint()"
syntax: "public DeviceTwinInfoX509Thumbprint()"
methods:
- uid: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.primaryThumbprint()"
fullName: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.primaryThumbprint()"
name: "primaryThumbprint()"
nameWithType: "DeviceTwinInfoX509Thumbprint.primaryThumbprint()"
summary: "Get primary thumbprint for the x509 certificate."
syntax: "public String primaryThumbprint()"
desc: "Get primary thumbprint for the x509 certificate."
returns:
description: "the primaryThumbprint value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.secondaryThumbprint()"
fullName: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.secondaryThumbprint()"
name: "secondaryThumbprint()"
nameWithType: "DeviceTwinInfoX509Thumbprint.secondaryThumbprint()"
summary: "Get secondary thumbprint for the x509 certificate."
syntax: "public String secondaryThumbprint()"
desc: "Get secondary thumbprint for the x509 certificate."
returns:
description: "the secondaryThumbprint value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.withPrimaryThumbprint(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.withPrimaryThumbprint(String primaryThumbprint)"
name: "withPrimaryThumbprint(String primaryThumbprint)"
nameWithType: "DeviceTwinInfoX509Thumbprint.withPrimaryThumbprint(String primaryThumbprint)"
summary: "Set primary thumbprint for the x509 certificate."
parameters:
- description: "the primaryThumbprint value to set"
name: "primaryThumbprint"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceTwinInfoX509Thumbprint withPrimaryThumbprint(String primaryThumbprint)"
desc: "Set primary thumbprint for the x509 certificate."
returns:
description: "the DeviceTwinInfoX509Thumbprint object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint?alt=com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint&text=DeviceTwinInfoX509Thumbprint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.withSecondaryThumbprint(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint.withSecondaryThumbprint(String secondaryThumbprint)"
name: "withSecondaryThumbprint(String secondaryThumbprint)"
nameWithType: "DeviceTwinInfoX509Thumbprint.withSecondaryThumbprint(String secondaryThumbprint)"
summary: "Set secondary thumbprint for the x509 certificate."
parameters:
- description: "the secondaryThumbprint value to set"
name: "secondaryThumbprint"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceTwinInfoX509Thumbprint withSecondaryThumbprint(String secondaryThumbprint)"
desc: "Set secondary thumbprint for the x509 certificate."
returns:
description: "the DeviceTwinInfoX509Thumbprint object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint?alt=com.microsoft.azure.eventgrid.models.DeviceTwinInfoX509Thumbprint&text=DeviceTwinInfoX509Thumbprint\" 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."
metadata: {}
package: "com.microsoft.azure.eventgrid.models"
artifact: com.microsoft.azure:azure-eventgrid:1.3.0