Package | Description |
---|---|
com.aspose.note.revision |
Modifier and Type | Method and Description |
---|---|
void |
EncryptionSession.save(EncryptionConfig[] config,
CryptoEncryptionData[] data)
The save.
|
void |
IEncryptionSession.save(EncryptionConfig[] config,
CryptoEncryptionData[] data) |
static void |
CryptoEncryptionData.writeToStream(com.aspose.ms.System.IO.Stream stream,
EncryptionConfig config,
CryptoEncryptionData data)
Write the given config + data classes into the EncryptionInfo stream
|
static void |
CryptoEncryptionData.writeToXml(com.aspose.ms.System.Xml.XmlTextWriter writer,
EncryptionConfig config,
CryptoEncryptionData data)
Write the given config + data classes into XML.
|
Constructor and Description |
---|
EncryptionSession(EncryptionConfig config,
CryptoEncryptionData data)
Initializes a new instance of the
EncryptionSession class. |
Copyright (c) 2016 Aspose. All Rights Reserved.