AccessControlContext |
Legacy security code; do not use. |
AccessController |
Legacy security code; do not use. |
AlgorithmParameterGenerator |
AlgorithmParameterGenerator is an engine class which is capable of
generating parameters for the algorithm it was initialized with. |
AlgorithmParameterGeneratorSpi |
AlgorithmParameterGeneratorSpi is the Service Provider Interface
(SPI) definition for AlgorithmParameterGenerator . |
AlgorithmParameters |
AlgorithmParameters is an engine class which provides algorithm
parameters. |
AlgorithmParametersSpi |
AlgorithmParametersSpi is the Service Provider Interface (SPI)
definition for AlgorithmParameters . |
AllPermission |
Legacy security code; do not use. |
AuthProvider |
Legacy security code; do not use. |
BasicPermission |
Legacy security code; do not use. |
CodeSigner |
CodeSigner represents a signer of code. |
CodeSource |
Legacy security code; do not use. |
DigestInputStream |
DigestInputStream is a FilterInputStream which maintains an
associated message digest. |
DigestOutputStream |
DigestOutputStream is a FilterOutputStream which maintains an
associated message digest. |
GuardedObject |
GuardedObject controls access to an object, by checking all requests
for the object with a Guard . |
Identity |
This class was deprecated
in API level 1.
Use Principal , KeyStore and the java.security.cert package
instead.
|
IdentityScope |
This class was deprecated
in API level 1.
Use Principal , KeyStore and the java.security.cert package
instead.
|
KeyFactory |
KeyFactory is an engine class that can be used to translate between
public and private key objects and convert keys between their external
representation, that can be easily transported and their internal
representation. |
KeyFactorySpi |
KeyFactorySpi is the Service Provider Interface (SPI) definition for
KeyFactory . |
KeyPair |
KeyPair is a container for a public key and a private key. |
KeyPairGenerator |
KeyPairGenerator is an engine class which is capable of generating a
private key and its related public key utilizing the algorithm it was
initialized with. |
KeyPairGeneratorSpi |
KeyPairGeneratorSpi is the Service Provider Interface (SPI)
definition for KeyPairGenerator . |
KeyRep |
KeyRep is a standardized representation for serialized Key
objects. |
KeyStore |
KeyStore is responsible for maintaining cryptographic keys and their
owners. |
KeyStore.Builder |
Builder is used to construct new instances of KeyStore . |
KeyStore.CallbackHandlerProtection |
CallbackHandlerProtection is a ProtectionParameter that
encapsulates a CallbackHandler . |
KeyStore.PasswordProtection |
PasswordProtection is a ProtectionParameter that protects
a KeyStore using a password. |
KeyStore.PrivateKeyEntry |
PrivateKeyEntry represents a KeyStore entry that
holds a private key. |
KeyStore.SecretKeyEntry |
SecretKeyEntry represents a KeyStore entry that
holds a secret key. |
KeyStore.TrustedCertificateEntry |
TrustedCertificateEntry represents a KeyStore entry that
holds a trusted certificate. |
KeyStoreSpi |
KeyStoreSpi is the Service Provider Interface (SPI) definition for
KeyStore . |
MessageDigest |
Uses a one-way hash function to turn an arbitrary number of bytes into a
fixed-length byte sequence. |
MessageDigestSpi |
MessageDigestSpi is the Service Provider Interface (SPI) definition
for MessageDigest . |
Permission |
Legacy security code; do not use. |
PermissionCollection |
Legacy security code; do not use. |
Permissions |
Legacy security code; do not use. |
Policy |
Legacy security code; do not use. |
PolicySpi |
Represents the Service Provider Interface (SPI) for java.security.Policy
class. |
ProtectionDomain |
Legacy security code; do not use. |
Provider |
Provider is the abstract superclass for all security providers in the
Java security infrastructure. |
Provider.Service |
Service represents a service in the Java Security infrastructure. |
SecureClassLoader |
SecureClassLoader represents a ClassLoader which associates
the classes it loads with a code source and provide mechanisms to allow the
relevant permissions to be retrieved. |
SecureRandom |
This class generates cryptographically secure pseudo-random numbers. |
SecureRandomSpi |
SecureRandomSpi is the Service Provider Interface (SPI) definition
for SecureRandom . |
Security |
Security is the central class in the Java Security API. |
SecurityPermission |
Legacy security code; do not use. |
Signature |
Signature is an engine class which is capable of creating and
verifying digital signatures, using different algorithms that have been
registered with the Security class. |
SignatureSpi |
SignatureSpi is the Service Provider Interface (SPI)
definition for Signature . |
SignedObject |
A SignedObject instance acts as a container for another object. |
Signer |
This class was deprecated
in API level 1.
Use the java.security.cert package
and Principal instead.
|
Timestamp |
Timestamp represents a signed time stamp. |
UnresolvedPermission |
Legacy security code; do not use. |