public final class P11DataObject extends P11StorageObject
A software representation of an Entrust digital identity in PKCS #11 format, as required by a Card Management System (CMS), will contain instances of these data objects.
The following object attributes are specified, in addition to those defined by a storage object:
For data attributes that have not yet been specified (CKA_OBJECT_ID), or have been specified but have not been set in the data object representation, default values are to be used when the object is written to the smart card by the CMS.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCkaApplication()
Returns a description of the application that manages the object.
|
byte[] |
getCkaValue()
Returns the value of the object.
|
getCkaClass, getCkaLabel, getCkaPrivate, getCkaToken, isDataObject, isPrivateKeyObject, isX509CertificateObjectpublic java.lang.String getCkaApplication()
null otherwisepublic byte[] getCkaValue()
null otherwise