public static interface DomainParameters.VendorDefinedDomainParametersBuilder
| Modifier and Type | Method and Description |
|---|---|
PKCS11Object |
build(Session session,
long objectHandle)
This method should instantiate an PKCS11Object of this class or of
any sub-class.
|
PKCS11Object build(Session session, long objectHandle) throws sun.security.pkcs11.wrapper.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.sun.security.pkcs11.wrapper.PKCS11ExceptionCopyright © 2018. All rights reserved.