azure-docs-sdk-java/docs-ref-autogen/com.azure.security.attestat...

76 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.security.attestation.models.AttestationData"
fullName: "com.azure.security.attestation.models.AttestationData"
name: "AttestationData"
nameWithType: "AttestationData"
summary: "The Attestation<wbr>Data class represents data sent to the Attestation service as either Init<wbr>Time<wbr>Data or Run<wbr>Time<wbr>Data."
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 **AttestationData**"
constructors:
- uid: "com.azure.security.attestation.models.AttestationData.AttestationData(com.azure.core.util.BinaryData,com.azure.security.attestation.models.AttestationDataInterpretation)"
fullName: "com.azure.security.attestation.models.AttestationData.AttestationData(BinaryData data, AttestationDataInterpretation interpretation)"
name: "AttestationData(BinaryData data, AttestationDataInterpretation interpretation)"
nameWithType: "AttestationData.AttestationData(BinaryData data, AttestationDataInterpretation interpretation)"
summary: "Creates a new Attestation<wbr>Data object for the data and how it should be interpreted by the attestation service."
parameters:
- description: "- Data to be set."
name: "data"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "- How the data should be interpreted."
name: "interpretation"
type: "<xref href=\"com.azure.security.attestation.models.AttestationDataInterpretation?alt=com.azure.security.attestation.models.AttestationDataInterpretation&text=AttestationDataInterpretation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AttestationData(BinaryData data, AttestationDataInterpretation interpretation)"
desc: "Creates a new AttestationData object for the data and how it should be interpreted by the attestation service."
- uid: "com.azure.security.attestation.models.AttestationData.AttestationData(com.azure.security.attestation.models.AttestationData)"
fullName: "com.azure.security.attestation.models.AttestationData.AttestationData(AttestationData that)"
name: "AttestationData(AttestationData that)"
nameWithType: "AttestationData.AttestationData(AttestationData that)"
summary: "Copy constructor to create a new Attestation<wbr>Data object from an existing Attestation<wbr>Data object."
parameters:
- description: "- AttestationData object to copy values from."
name: "that"
type: "<xref href=\"com.azure.security.attestation.models.AttestationData?alt=com.azure.security.attestation.models.AttestationData&text=AttestationData\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AttestationData(AttestationData that)"
desc: "Copy constructor to create a new AttestationData object from an existing AttestationData object."
methods:
- uid: "com.azure.security.attestation.models.AttestationData.getData()"
fullName: "com.azure.security.attestation.models.AttestationData.getData()"
name: "getData()"
nameWithType: "AttestationData.getData()"
summary: "Returns the data with which this <xref uid=\"com.azure.security.attestation.models.AttestationData\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AttestationData\"></xref> was created."
syntax: "public BinaryData getData()"
desc: "Returns the data with which this <xref uid=\"com.azure.security.attestation.models.AttestationData\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AttestationData\"></xref> was created."
returns:
description: "The data configured for this object."
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.security.attestation.models.AttestationData.getInterpretation()"
fullName: "com.azure.security.attestation.models.AttestationData.getInterpretation()"
name: "getInterpretation()"
nameWithType: "AttestationData.getInterpretation()"
summary: "Returns the interpretation of this attestation data."
syntax: "public AttestationDataInterpretation getInterpretation()"
desc: "Returns the interpretation of this attestation data."
returns:
description: "The expected in interpretation for the data."
type: "<xref href=\"com.azure.security.attestation.models.AttestationDataInterpretation?alt=com.azure.security.attestation.models.AttestationDataInterpretation&text=AttestationDataInterpretation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The AttestationData class represents data sent to the Attestation service as either InitTimeData or RunTimeData."
metadata: {}
package: "com.azure.security.attestation.models"
artifact: com.azure:azure-security-attestation:1.1.27