Uses of Package
java.security.cert
Package
Description
This package comprises the interfaces and classes used to define the
signing mechanism used by the
jarsigner
tool.Provides the classes for implementing networking applications.
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
Provides classes for reading and writing the JAR (Java ARchive)
file format, which is based on the standard ZIP file format with an
optional manifest file.
Provides the classes and interfaces for cryptographic
operations.
Provides classes for the secure socket package.
This package contains the classes that should be used to store
X500 Principal and X500 Private Credentials in a
Subject.
This package defines APIs for signing jar files.
-
ClassDescriptionThis exception indicates one of a variety of certificate problems.Abstract class for X.509 certificates.
-
-
ClassDescriptionAbstract class for managing a variety of identity certificates.This exception indicates one of a variety of certificate problems.An immutable sequence of certificates (a certification path).
-
ClassDescriptionAbstract class for managing a variety of identity certificates.Certificate Encoding Exception.This exception indicates one of a variety of certificate problems.Certificate Expired Exception.This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (
CertPath
) and certificate revocation list (CRL) objects from their encodings.This class defines the Service Provider Interface (SPI) for theCertificateFactory
class.Certificate is not yet valid exception.Certificate Parsing Exception.An immutable sequence of certificates (a certification path).A class for building certification paths (also known as certificate chains).An exception indicating one of a variety of problems encountered when building a certification path with aCertPathBuilder
.A specification of the result of a certification path builder algorithm.The Service Provider Interface (SPI) for theCertPathBuilder
class.Performs one or more checks on eachCertificate
of aCertPath
.A specification of certification path algorithm parameters.A class for validating certification paths (also known as certificate chains).An exception indicating one of a variety of problems encountered when validating a certification path.The BasicReason enumerates the potential reasons that a certification path of any type may be invalid.The reason the validation algorithm failed.A specification of the result of a certification path validator algorithm.The Service Provider Interface (SPI) for theCertPathValidator
class.A selector that defines a set of criteria for selectingCertificate
s.A class for retrievingCertificate
s andCRL
s from a repository.An exception indicating one of a variety of problems retrieving certificates and CRLs from aCertStore
.A specification ofCertStore
parameters.The Service Provider Interface (SPI) for theCertStore
class.This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.CRL (Certificate Revocation List) Exception.The CRLReason enumeration specifies the reason that a certificate is revoked, as defined in RFC 5280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile.A selector that defines a set of criteria for selectingCRL
s.This interface represents an X.509 extension.An abstract class that performs one or more checks on anX509Certificate
.This class represents the successful result of the PKIX certification path validation algorithm.Parameters used as input for the PKIXCertPathValidator
algorithm.ThePKIXReason
enumerates the potential PKIX-specific reasons that an X.509 certification path may be invalid according to the PKIX (RFC 5280) standard.APKIXCertPathChecker
for checking the revocation status of certificates with the PKIX algorithm.Various revocation options that can be specified for the revocation checking mechanism.An immutable valid policy tree node as defined by the PKIX certification path validation algorithm.An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo structure.A trust anchor or most-trusted Certification Authority (CA).Parameters used as input forCertStore
algorithms which use information contained in a URI to retrieve certificates and CRLs.Abstract class for X.509 certificates.Abstract class for a revoked certificate in a CRL (Certificate Revocation List).Interface for an X.509 extension. -
-
-
ClassDescriptionAbstract class for managing a variety of identity certificates.This exception indicates one of a variety of certificate problems.A specification of certification path algorithm parameters.Abstract class for X.509 certificates.
-
-