z/OS Cryptographic Services PKI Services Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


preExport method

z/OS Cryptographic Services PKI Services Guide and Reference
SA23-2286-00

public int preExport(java.lang.String domain,
                     com.ibm.pki.rpkiserv.ExportCert exportobject)

Purpose

Called before EXPORT requests

Parameters

domain
Domain name
exportobject
ExportCert object containing transaction ID and passphrase

returns

Value
Meaning
0 (UserExit.SUCCESSFUL)
Continue with the EXPORT.
8 (UserExit.DENY_REQUEST) or greater
Deny the request.

throws

Exception Result
UserExitException Handled the same as a return value of 8, and exception text is displayed on the resulting web page

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014