public class DigitalVBA extends Object
| Constructor | Description |
|---|---|
DigitalVBA() |
| Modifier and Type | Method | Description |
|---|---|---|
DigitalVBA |
certificateFilePath(String certificateFilePath) |
|
DigitalVBA |
comments(String comments) |
|
boolean |
equals(Object o) |
|
String |
getCertificateFilePath() |
Gets or sets the digital certificate file path
|
String |
getComments() |
Gets or sets the signature comments.
|
String |
getPassword() |
Gets or sets the password of digital certificate
|
Boolean |
getSignOnlyVBAProject() |
Gets or sets setting of only VBA project signing.
|
int |
hashCode() |
|
DigitalVBA |
password(String password) |
|
void |
setCertificateFilePath(String certificateFilePath) |
|
void |
setComments(String comments) |
|
void |
setPassword(String password) |
|
void |
setSignOnlyVBAProject(Boolean signOnlyVBAProject) |
|
DigitalVBA |
signOnlyVBAProject(Boolean signOnlyVBAProject) |
|
String |
toString() |
public DigitalVBA password(String password)
public String getPassword()
public void setPassword(String password)
public DigitalVBA certificateFilePath(String certificateFilePath)
public String getCertificateFilePath()
public void setCertificateFilePath(String certificateFilePath)
public DigitalVBA signOnlyVBAProject(Boolean signOnlyVBAProject)
public Boolean getSignOnlyVBAProject()
public void setSignOnlyVBAProject(Boolean signOnlyVBAProject)
public DigitalVBA comments(String comments)
public String getComments()
public void setComments(String comments)
Copyright © 2025. All rights reserved.