Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 590
نمايش فراداده

Signals an error or other problem while working with a CRL.

Figure 14-63. java.security.cert.CRLException

public class 

CRLException extends java.security.GeneralSecurityException { // Public Constructors public

CRLException ( );

5.0 public

CRLException (Throwable

cause ); public

CRLException (String

message );

5.0 public

CRLException (String

message , Throwable

cause ); }

Thrown By

CertificateFactory.{generateCRL( ), generateCRLs( )}, CertificateFactorySpi.{engineGenerateCRL( ), engineGenerateCRLs( )}, X509CRL.{getEncoded( ), getTBSCertList( ), verify( )}, X509CRLEntry.getEncoded( )