Package | Description |
---|---|
java.security | |
java.security.acl | |
java.security.cert | |
java.sql | |
java.text | |
java.util | |
java.util.jar | |
java.util.zip |
Modifier and Type | Class and Description |
---|---|
class |
Provider
Provider is the abstract superclass for all security providers in the
Java security infrastructure. |
Modifier and Type | Interface and Description |
---|---|
interface |
AclEntry |
Modifier and Type | Interface and Description |
---|---|
interface |
CertPathBuilderResult
A standard interface for the result of building a certificate path.
|
interface |
CertPathParameters
Parameters for generating and validating certificate paths.
|
interface |
CertPathValidatorResult
Interface to the result of calling
CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters) . |
interface |
CertSelector |
interface |
CertStoreParameters
Parameters used when creating instances of
CertStore . |
interface |
CRLSelector
A generic interface to classes that match certificate revocation
lists (CRLs) to some given criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionCertStoreParameters
An implementation of
CertStoreParameters with a simple,
in-memory Collection of certificates and certificate
revocation list. |
class |
LDAPCertStoreParameters
LDAPCertStoreParameters:
|
class |
PKIXBuilderParameters
Parameters for building certificate paths using the PKIX algorithm.
|
class |
PKIXCertPathBuilderResult
The result of calling the
CertPathBuilder.build(java.security.cert.CertPathParameters) method
of PKIX CertPathBuilder s. |
class |
PKIXCertPathChecker
A validator for X.509 certificates when approving certificate chains.
|
class |
PKIXCertPathValidatorResult
Results returned by the
CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters)
method for PKIX CertPathValidator s. |
class |
PKIXParameters
Parameters for verifying certificate paths using the PKIX
(Public-Key Infrastructure (X.509)) algorithm.
|
class |
X509CertSelector
A concrete implementation of
CertSelector for X.509 certificates,
which allows a number of criteria to be set when accepting certificates,
from validity dates, to issuer and subject distinguished names, to some
of the various X.509 extensions. |
class |
X509CRLSelector
A class for matching X.509 certificate revocation lists by criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
Time |
class |
Timestamp |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributedCharacterIterator |
interface |
CharacterIterator |
Modifier and Type | Class and Description |
---|---|
class |
BreakIterator |
class |
ChoiceFormat |
class |
Collator |
class |
DateFormat
An abstract class for date/time formatting subclasses which formats and
parses dates or time in a language-independent manner.
|
class |
DateFormatSymbols |
class |
DecimalFormat |
class |
DecimalFormatSymbols |
class |
Format
The base class for all formats.
|
class |
MessageFormat |
class |
NumberFormat |
class |
RuleBasedCollator |
class |
SimpleDateFormat |
class |
StringCharacterIterator |
Modifier and Type | Class and Description |
---|---|
class |
ArrayList
ArrayList is an implementation of
List , backed by an array. |
class |
BitSet |
class |
Calendar
Calendar is an abstract class which provides the conversion between Dates and
integer calendar fields, such as the month, year or minute.
|
class |
Date
Date represents a specific moment in time, to the millisecond. |
class |
GregorianCalendar
GregorianCalendar provides the conversion between Dates and integer calendar
fields, such as the month, year or minute, for the Gregorian calendar.
|
class |
HashMap
HashMap is an implementation of Map.
|
class |
HashSet
HashSet is an implementation of a Set.
|
class |
Hashtable
Hashtable associates keys with values.
|
class |
IdentityHashMap
IdentityHashMap is a variant on HashMap which tests equality by reference
instead of equality by value.
|
class |
LinkedHashMap
LinkedHashMap is a variant of HashMap.
|
class |
LinkedHashSet
LinkedHashSet is a variant of HashSet.
|
class |
LinkedList |
class |
Locale |
class |
Properties |
class |
SimpleTimeZone |
class |
Stack
Stack is an implementation of a LIFO (last in, first out) queue on top of a Vector
|
class |
TimeZone |
class |
TreeMap
Implentation of a SortedMap based on tree-structure.
|
class |
TreeSet |
class |
Vector |
Modifier and Type | Class and Description |
---|---|
class |
Attributes
The Attributes class is used to store values for Manifest entries.
|
class |
JarEntry
JarEntry represents an entry in a JAR file.
|
class |
Manifest
The Manifest class is used to obtain attribute information for a JarFile and
its entries.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipEntry |