public class EncryptionBase extends Object
Modifier and Type | Method and Description |
---|---|
void |
encrypt(byte[] data) |
void |
encrypt(byte[] dataIn,
byte[] dataOut) |
byte[] |
getDocID() |
byte[] |
getGlobalKey() |
byte[] |
getOwnerEncryptionKey() |
int |
getPermissionNumber() |
byte[] |
getUserEncryptionKey() |
void |
setDocID(byte[] value) |
void |
setOwnerEncryptionKey(byte[] value) |
void |
setPermissionNumber(int value) |
void |
setupHashKey(int number,
int generation) |
void |
setupKey() |
void |
setUserEncryptionKey(byte[] value) |
public byte[] getGlobalKey()
public byte[] getOwnerEncryptionKey()
public void setOwnerEncryptionKey(byte[] value)
public byte[] getUserEncryptionKey()
public void setUserEncryptionKey(byte[] value)
public int getPermissionNumber()
public void setPermissionNumber(int value)
public byte[] getDocID()
public void setDocID(byte[] value)
public void setupKey()
public void setupHashKey(int number, int generation)
public void encrypt(byte[] dataIn, byte[] dataOut)
public void encrypt(byte[] data)
Copyright © 2016 Aspose. All Rights Reserved.