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

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

Signals an exception in a key management operation. In Java 1.2, this exception is only thrown by deprecated methods.

Figure 14-19. java.security.KeyManagementException

public class 

KeyManagementException extends KeyException { // Public Constructors public

KeyManagementException ( );

5.0 public

KeyManagementException (Throwable

cause ); public

KeyManagementException (String

msg );

5.0 public

KeyManagementException (String

message , Throwable

cause ); }

Thrown By

Identity.{addCertificate( ), Identity( ), removeCertificate( ), setPublicKey( )}, IdentityScope.{addIdentity( ), IdentityScope( ), removeIdentity( )}, Signer.Signer( ), javax.net.ssl.SSLContext.init( ), javax.net.ssl.SSLContextSpi.engineInit( )