public static interface HardwareFeature.VendorDefinedHardwareFeatureBuilder
| Modifier and Type | Method and Description |
|---|---|
Object |
build(Session session,
long objectHandle)
This method should instanciate an Object of this class or of any sub-class.
|
Object build(Session session, long objectHandle) throws PKCS11Exception
session - The session to use for reading attributes. This session must have the appropriate
rights; i.e. it must be a user-session, if it is a private object.objectHandle - The object handle as given from the PKCS#111 module.PKCS11Exception - If getting the attributes failed.