AccessControlContext |
AccessControlContext encapsulates the ProtectionDomain s on
which access control decisions are based. |
AccessController |
AccessController provides static methods to perform access control
checks and privileged operations. |
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 |
AllPermission represents the permission to perform any operation. |
AuthProvider |
AuthProvider is an abstract superclass for Java Security Provider which provide login and logout. |
BasicPermission |
BasicPermission is the common base class of all permissions which
have a name but no action lists. |
CodeSigner |
CodeSigner represents a signer of code. |
CodeSource |
CodeSource encapsulates the location from where code is loaded and
the certificates that were used to verify that code. |
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 is deprecated.
The functionality of this class has been replace by
Principal , KeyStore and the java.security.cert package.
|
IdentityScope |
This class is deprecated.
The functionality of this class has been replace by
Principal , KeyStore and the java.security.cert package.
|
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 |
Permission is the common base class of all permissions that
participate in the access control security framework around
AccessController and AccessControlContext . |
PermissionCollection |
PermissionCollection is the common base class for all collections
that provide a convenient method for determining whether or not a given
permission is implied by any of the permissions present in this collection. |
Permissions |
Permissions represents a PermissionCollection where the
contained permissions can be of different types. |
Policy |
Policy is the common super type of classes which represent a system
security policy. |
PolicySpi |
Represents the Service Provider Interface (SPI) for java.security.Policy
class. |
ProtectionDomain |
ProtectionDomain represents all permissions that are granted to a
specific code source. |
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 |
SecurityPermission objects guard access to the mechanisms which
implement security. |
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 is deprecated.
Replaced by behavior in java.security.cert package and Principal
|
Timestamp |
Timestamp represents a signed time stamp. |
UnresolvedPermission |
An UnresolvedPermission represents a Permission whose type
should be resolved lazy and not during initialization time of the Policy . |