added in API level 1
KeyStore.CallbackHandlerProtection
public
static
class
KeyStore.CallbackHandlerProtection
extends Object
implements
KeyStore.ProtectionParameter
java.lang.Object | |
↳ | java.security.KeyStore.CallbackHandlerProtection |
A ProtectionParameter encapsulating a CallbackHandler.
Summary
Public constructors | |
---|---|
KeyStore.CallbackHandlerProtection(CallbackHandler handler)
Constructs a new CallbackHandlerProtection from a CallbackHandler. |
Public methods | |
---|---|
CallbackHandler
|
getCallbackHandler()
Returns the CallbackHandler. |
Inherited methods | |
---|---|
Public constructors
KeyStore.CallbackHandlerProtection
added in API level 1
public KeyStore.CallbackHandlerProtection (CallbackHandler handler)
Constructs a new CallbackHandlerProtection from a CallbackHandler.
Parameters | |
---|---|
handler |
CallbackHandler : the CallbackHandler |
Throws | |
---|---|
NullPointerException |
if handler is null |
Public methods
getCallbackHandler
added in API level 1
public CallbackHandler getCallbackHandler ()
Returns the CallbackHandler.
Returns | |
---|---|
CallbackHandler |
the CallbackHandler. |
Interfaces
Classes
- AccessControlContext
- AccessController
- AlgorithmParameterGenerator
- AlgorithmParameterGeneratorSpi
- AlgorithmParameters
- AlgorithmParametersSpi
- AllPermission
- AuthProvider
- BasicPermission
- CodeSigner
- CodeSource
- DigestInputStream
- DigestOutputStream
- DomainLoadStoreParameter
- GuardedObject
- Identity
- IdentityScope
- KeyFactory
- KeyFactorySpi
- KeyPair
- KeyPairGenerator
- KeyPairGeneratorSpi
- KeyRep
- KeyStore
- KeyStore.Builder
- KeyStore.CallbackHandlerProtection
- KeyStore.PasswordProtection
- KeyStore.PrivateKeyEntry
- KeyStore.SecretKeyEntry
- KeyStore.TrustedCertificateEntry
- KeyStoreSpi
- MessageDigest
- MessageDigestSpi
- Permission
- PermissionCollection
- Permissions
- PKCS12Attribute
- Policy
- PolicySpi
- ProtectionDomain
- Provider
- Provider.Service
- SecureClassLoader
- SecureRandom
- SecureRandomSpi
- Security
- SecurityPermission
- Signature
- SignatureSpi
- SignedObject
- Signer
- Timestamp
- UnresolvedPermission
Enums
Exceptions
- AccessControlException
- DigestException
- GeneralSecurityException
- InvalidAlgorithmParameterException
- InvalidKeyException
- InvalidParameterException
- KeyException
- KeyManagementException
- KeyStoreException
- NoSuchAlgorithmException
- NoSuchProviderException
- PrivilegedActionException
- ProviderException
- SignatureException
- UnrecoverableEntryException
- UnrecoverableKeyException