public class WorkbookEncryptionRequest extends Object
Constructor and Description |
---|
WorkbookEncryptionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEncryptionType()
getEncryptionType
Gets String
|
Integer |
getKeyLength()
getKeyLength
Gets Integer
|
String |
getPassword()
getPassword
Gets String
|
void |
setEncryptionType(String EncryptionType)
setEncryptionType
Sets String
|
void |
setKeyLength(Integer KeyLength)
setKeyLength
Sets Integer
|
void |
setPassword(String Password)
setPassword
Sets String
|
String |
toString() |
public String getEncryptionType()
public void setEncryptionType(String EncryptionType)
EncryptionType
- Stringpublic Integer getKeyLength()
public void setKeyLength(Integer KeyLength)
KeyLength
- Integerpublic String getPassword()
public void setPassword(String Password)
Password
- StringCopyright © 2015. All rights reserved.