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


preRevoke method

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

public int preRevoke(java.lang.String domain,
                     RevokeCert revokeobject)

Purpose

Called before REVOKE requests

Parameters

domain
Domain name
revokeobject
RevokeCert object containing reason number and serial number

returns

Value
Meaning
0 (UserExit.SUCCESSFUL)
Continue with the REVOKE request.
8 (UserExit.DENY_REQUEST) or greater
Deny the request, don't revoke.

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