public class FileEncryptionInfo extends java.lang.Object implements 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 |
java.lang.String |
profileIdentifier
The Profile Identifier.
|
| Constructor and Description |
|---|
FileEncryptionInfo() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="encryptionKey") @Expose public byte[] encryptionKey
@SerializedName(value="initializationVector") @Expose public byte[] initializationVector
@SerializedName(value="mac") @Expose public byte[] mac
@SerializedName(value="macKey") @Expose public byte[] macKey
@SerializedName(value="profileIdentifier") @Expose public java.lang.String profileIdentifier
@SerializedName(value="fileDigest") @Expose public byte[] fileDigest
@SerializedName(value="fileDigestAlgorithm") @Expose public java.lang.String fileDigestAlgorithm
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to