-
Constructs a CertificateRevokedException with the specified revocation date, reason code, authority name, and map of extensions.
-
Parameters:
-
revocationDate - the date on which the certificate was revoked. The date is copied to protect against subsequent modification.
-
reason - the revocation reason
-
extensions - a map of X.509 Extensions. Each key is an OID String that maps to the corresponding Extension. The map is copied to prevent subsequent modification.
-
authority - the X500Principal that represents the name of the authority that signed the certificate's revocation status information
-
Throws:
-
NullPointerException - if revocationDate , reason , authority , or extensions is null
-
ClassCastException - if extensions contains an incorrectly typed key or value
|
|