Class Summary |
DSA |
The Digital Signature Standard (using the Digital Signature
Algorithm), as described in fips186 of the National Instute of
Standards and Technology (NIST), using fips180-1 (SHA-1). |
DSAKeyFactory |
This class implements the DSA key factory of the Sun provider. |
DSAKeyPairGenerator |
This class generates DSA key parameters and public/private key
pairs according to the DSS standard NIST FIPS 186. |
DSAParameterGenerator |
|
DSAParameters |
This class implements the parameter set used by the
Digital Signature Algorithm as specified in the FIPS 186
standard. |
DSAPrivateKey |
A PKCS#8 private key for the Digital Signature Algorithm. |
DSAPublicKey |
An X.509 public key for the Digital Signature Algorithm. |
IdentityDatabase |
An implementation of IdentityScope as a persistent identity
database. |
JavaKeyStore |
This class provides the keystore implementation referred to as "JKS". |
MD5 |
The MD5 class is used to compute an MD5 message digest over a given
buffer of bytes. |
PolicyFile |
The policy for a Java runtime (specifying
which permissions are available for code from various principals)
is represented as one or more separate
persistent configurations. |
PolicyParser |
The policy for a Java runtime (specifying
which permissions are available for code from various principals)
is represented as a separate
persistent configuration. |
PolicyParser.GrantEntry |
Each grant entry in the policy configuration file is
represented by a
GrantEntry object. |
PolicyParser.PermissionEntry |
Each permission entry in the policy configuration file is
represented by a
PermissionEntry object. |
SecureRandom |
This class provides a crytpographically strong pseudo-random number
generator based on the SHA-1 hash algorithm. |
SHA |
This class implements the Secure Hash Algorithm (SHA) developed by
the National Institute of Standards and Technology along with the
National Security Agency. |
Sun |
Defines the SUN provider. |
SystemIdentity |
An identity with a very simple trust mechanism. |
SystemSigner |
SunSecurity signer. |
X509Factory |
This class defines a certificate factory for X.509 v3 certificates and
X.509 v2 certificate revocation lists (CRLs). |