public class FileEncryptionInfo
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
byte[] |
encryptionKey
The Encryption Key.
|
byte[] |
fileDigest
The File Digest.
|
java.lang.String |
fileDigestAlgorithm
The File Digest Algorithm.
|
byte[] |
initializationVector
The Initialization Vector.
|
byte[] |
mac
The Mac.
|
byte[] |
macKey
The Mac Key.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
profileIdentifier
The Profile Identifier.
|
Constructor and Description |
---|
FileEncryptionInfo() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="encryptionKey", alternate="EncryptionKey") @Expose @Nullable public byte[] encryptionKey
@SerializedName(value="fileDigest", alternate="FileDigest") @Expose @Nullable public byte[] fileDigest
@SerializedName(value="fileDigestAlgorithm", alternate="FileDigestAlgorithm") @Expose @Nullable public java.lang.String fileDigestAlgorithm
@SerializedName(value="initializationVector", alternate="InitializationVector") @Expose @Nullable public byte[] initializationVector
@SerializedName(value="mac", alternate="Mac") @Expose @Nullable public byte[] mac
@SerializedName(value="macKey", alternate="MacKey") @Expose @Nullable public byte[] macKey
@SerializedName(value="profileIdentifier", alternate="ProfileIdentifier") @Expose @Nullable public java.lang.String profileIdentifier
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager
in interface com.microsoft.graph.serializer.IJsonBackedObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to