public final class ObjectDataEncryptionKeyV2Fndx extends FileNodeReference<ObjectDataEncryptionKeyV2Fndx>
Gets that the object space is encrypted.
Constructor and Description |
---|
ObjectDataEncryptionKeyV2Fndx(FileNodeHeader header,
FileNodeChunkReference reference,
EncryptionData encryptionData)
Initializes a new instance of the
ObjectDataEncryptionKeyV2Fndx class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(ObjectDataEncryptionKeyV2Fndx other)
The equals.
|
EncryptionData |
getEncryptionData()
Gets the encryption data.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
void |
writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
|
getReference, setReference
public ObjectDataEncryptionKeyV2Fndx(FileNodeHeader header, FileNodeChunkReference reference, EncryptionData encryptionData)
Initializes a new instance of the ObjectDataEncryptionKeyV2Fndx
class.
public EncryptionData getEncryptionData()
Gets the encryption data.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<ObjectDataEncryptionKeyV2Fndx>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<ObjectDataEncryptionKeyV2Fndx>
visitor
- The visitor.public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class FileNodeReference<ObjectDataEncryptionKeyV2Fndx>
writer
- The writer.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<ObjectDataEncryptionKeyV2Fndx>
T:byte[]
.public boolean equals(ObjectDataEncryptionKeyV2Fndx other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.