com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardSecurityRecordset

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    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 Detail

      • getAccessClassification

        public final String getAccessClassification()

        Gets the sensitivity of the information in the vCard.

        Returns:
        The sensitivity of the information in the vCard.
      • getPublicKeyRecords

        public final VCardRecord[] getPublicKeyRecords()

        Gets the public keys or authentication certificates associated with the object.

        Returns:
        The public keys or authentication certificates associated with the object.
      • getPublicKeyBinaryRecords

        public final VCardBinaryRecord[] getPublicKeyBinaryRecords()

        Gets the public keys or authentication certificates associated with the object.

        Returns:
        The public keys or authentication certificates associated with the object.


        This property is a simplified version of PublicKeyRecords.
      • getBinaryPublicKeys

        public final byte[][] getBinaryPublicKeys()

        Gets the public keys or authentication certificates associated with the object.

        Returns:
        The public keys or authentication certificates associated with the object.


        This property is a simplified version of PublicKeyBinaryRecords.
      • getPublicKeyUriRecords

        public final VCardTextRecord[] getPublicKeyUriRecords()

        Gets the public keys or authentication certificates associated with the object.

        Returns:
        The public keys or authentication certificates associated with the object.


        This property is a simplified version of PublicKeyRecords.
      • getUriPublicKeys

        public final String[] getUriPublicKeys()

        Gets the public keys or authentication certificates associated with the object.

        Returns:
        The public keys or authentication certificates associated with the object.


        This property is a simplified version of PublicKeyUriRecords.