public final class EncryptedObjectDeclaration2RefCountFnd extends ObjectDeclaration2RefCountFnd
It structure that specifies an object with a reference count.
CountReferencesFieldSize
Constructor and Description |
---|
EncryptedObjectDeclaration2RefCountFnd(FileNodeHeader header,
FileNodeChunkReference reference,
ObjectDeclaration2Body body,
byte countReferences,
ObjectSpaceObjectPropSet propSet,
byte[] encryptedPropSet,
IEncryptionSession encryptionSession)
Initializes a new instance of the
EncryptedObjectDeclaration2RefCountFnd class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncryptedPropSet()
Gets the encrypted object property set.
|
IEncryptionSession |
getEncryptionSession()
Gets the encryption session.
|
void |
writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
|
accept, equals, getBody, getCountReferences, getPropSet, getStructSize, toByteArray, toString
getReference, setReference
public EncryptedObjectDeclaration2RefCountFnd(FileNodeHeader header, FileNodeChunkReference reference, ObjectDeclaration2Body body, byte countReferences, ObjectSpaceObjectPropSet propSet, byte[] encryptedPropSet, IEncryptionSession encryptionSession)
Initializes a new instance of the EncryptedObjectDeclaration2RefCountFnd
class.
public IEncryptionSession getEncryptionSession()
Gets the encryption session.
public byte[] getEncryptedPropSet()
Gets the encrypted object property set.
public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class ObjectDeclaration2RefCountFnd
writer
- The writer.Copyright (c) 2016 Aspose. All Rights Reserved.