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
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionTo specify public keys or authentication certificates associated with the object that the vCard represents - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncopy()static VCard.Securitycreate(List<VCard.Security.Key> keys) booleaninthashCode() 
- 
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