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.
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.
|
VCardBinaryRecord[] |
getPublicKeyBinaryRecords()
Gets the public keys or authentication certificates associated with the object.
|
VCardRecord[] |
getPublicKeyRecords()
Gets the public keys or authentication certificates associated with the object.
|
VCardTextRecord[] |
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.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final String getAccessClassification()
Gets the sensitivity of the information in the vCard.
public final VCardRecord[] getPublicKeyRecords()
Gets 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.
PublicKeyRecords
.
public final byte[][] getBinaryPublicKeys()
Gets the public keys or authentication certificates associated with the object.
PublicKeyBinaryRecords
.
public final VCardTextRecord[] 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
.