public class VCardSecurityRecordsetMetadata extends VCardRecordsetMetadata
Represents a set of Security vCard records. These properties are concerned with the security of communication pathways or access to the vCard.
Modifier and Type | Method and Description |
---|---|
String |
getAccessClassification()
Gets the sensitivity of the information in the vCard.
|
byte[][] |
getBinaryPublicKeys()
Gets the public keys or authentication certificates associated with the object.
|
VCardBinaryRecordMetadata[] |
getPublicKeyBinaryRecords()
Gets the public keys or authentication certificates associated with the object.
|
VCardRecordMetadata[] |
getPublicKeyRecords()
Gets the public keys or authentication certificates associated with the object.
|
VCardTextRecordMetadata[] |
getPublicKeyUriRecords()
Gets the public keys or authentication certificates associated with the object.
|
String[] |
getUriPublicKeys()
Gets the public keys or authentication certificates associated with the object.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final String getAccessClassification()
Gets the sensitivity of the information in the vCard.
public final VCardRecordMetadata[] getPublicKeyRecords()
Gets the public keys or authentication certificates associated with the object.
public final VCardBinaryRecordMetadata[] getPublicKeyBinaryRecords()
Gets the public keys or authentication certificates associated with the object.
PublicKeyRecords
.
public final byte[][] getBinaryPublicKeys()
Gets the public keys or authentication certificates associated with the object.
PublicKeyBinaryRecords
.
public final VCardTextRecordMetadata[] getPublicKeyUriRecords()
Gets the public keys or authentication certificates associated with the object.
PublicKeyRecords
.
public final String[] getUriPublicKeys()
Gets the public keys or authentication certificates associated with the object.
PublicKeyUriRecords
.
Copyright © 2019. All rights reserved.