Package net.bluemind.addressbook.api
Class VCard.Security
java.lang.Object
net.bluemind.addressbook.api.VCard.Security
- Enclosing class:
VCard
These properties are concerned with the security of communication pathways or
access to the vCard.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionTo specify public keys or authentication certificates associated with the object that the vCard represents -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VCard.Security
create
(List<VCard.Security.Key> keys) boolean
int
hashCode()
-
Field Details
-
keys
To specify public keys or authentication certificates associated with the object that the vCard represents
-
-
Constructor Details
-
Security
public Security()
-
-
Method Details