public class EncryptedFileContainerReferenceProxy extends FileContainerReferenceProxy
The file container reference proxy.
Constructor and Description |
---|
EncryptedFileContainerReferenceProxy(ExtendedGuid id,
long jcidFormat,
Guid fileDataStoreObjectId,
String extension,
IEncryptionSession encryptionSession)
Initializes a new instance of the
EncryptedFileContainerReferenceProxy class. |
Modifier and Type | Method and Description |
---|---|
IEncryptionSession |
getEncryptionSession()
Gets the encryption session.
|
getExtension, getFileDataReference, getFileDataStoreObjectId, getId, getJcidFormat
public EncryptedFileContainerReferenceProxy(ExtendedGuid id, long jcidFormat, Guid fileDataStoreObjectId, String extension, IEncryptionSession encryptionSession)
Initializes a new instance of the EncryptedFileContainerReferenceProxy
class.
id
- The id.jcidFormat
- The jcid format.fileDataStoreObjectId
- The file data store object id.extension
- The extension.encryptionSession
- The encryption session.public IEncryptionSession getEncryptionSession()
Gets the encryption session.
Copyright (c) 2017 Aspose. All Rights Reserved.