|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.VCardSecurity
public final class VCardSecurity
Represents a vCard security properties
| Constructor Summary | |
|---|---|
VCardSecurity()
Initializes a new instance of the VCardSecurity class |
|
| Method Summary | |
|---|---|
String |
getAccessClass()
Gets or sets an access class |
String |
getKey()
Gets or sets a public key(or authentication certificate) |
void |
setAccessClass(String value)
|
void |
setKey(String value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VCardSecurity()
Initializes a new instance of the VCardSecurity class
| Method Detail |
|---|
public String getKey()
Gets or sets a public key(or authentication certificate)
public void setKey(String value)
public String getAccessClass()
Gets or sets an access class
public void setAccessClass(String value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||