VCardSecurityRecordset
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecordset
public class VCardSecurityRecordset extends VCardRecordset
Represents a set of Security vCard records. These properties are concerned with the security of communication pathways or access to the vCard.
| Method | Description |
|---|---|
| getAccessClassification() | Gets the sensitivity of the information in the vCard. |
| getPublicKeyRecords() | Gets the public keys or authentication certificates associated with the object. |
| getPublicKeyBinaryRecords() | Gets the public keys or authentication certificates associated with the object. |
| getBinaryPublicKeys() | Gets the public keys or authentication certificates associated with the object. |
| getPublicKeyUriRecords() | Gets the public keys or authentication certificates associated with the object. |
| getUriPublicKeys() | Gets the public keys or authentication certificates associated with the object. |
public final String getAccessClassification()
Gets the sensitivity of the information in the vCard.
Returns: java.lang.String - The sensitivity of the information in the vCard.
public final VCardRecord[] getPublicKeyRecords()
Gets the public keys or authentication certificates associated with the object.
Returns: com.groupdocs.metadata.core.VCardRecord[] - The public keys or authentication certificates associated with the object.
public final VCardBinaryRecord[] getPublicKeyBinaryRecords()
Gets the public keys or authentication certificates associated with the object.
Returns: com.groupdocs.metadata.core.VCardBinaryRecord[] - The public keys or authentication certificates associated with the object.
This property is a simplified version of PublicKeyRecords .
public final byte[][] getBinaryPublicKeys()
Gets the public keys or authentication certificates associated with the object.
Returns: byte[][] - The public keys or authentication certificates associated with the object.
This property is a simplified version of PublicKeyBinaryRecords .
public final VCardTextRecord[] getPublicKeyUriRecords()
Gets the public keys or authentication certificates associated with the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The public keys or authentication certificates associated with the object.
This property is a simplified version of PublicKeyRecords .
public final String[] getUriPublicKeys()
Gets the public keys or authentication certificates associated with the object.
Returns: java.lang.String[] - The public keys or authentication certificates associated with the object.
This property is a simplified version of PublicKeyUriRecords .
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.