Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
java.security.cert

Classes in java.security.cert used by java.security.cert
Certificate
          The Certificate class is an abstract class used to manage identity certificates.
CertificateEncodingException
          Exception for a Certificate Encoding.
CertificateException
          Exception for a Certificate.
CertificateExpiredException
          Exception for a Certificate Expiring.
CertificateFactory
          This class implements the CertificateFactory class interface used to generate certificates, certificate revocation lists (CRLs), and certificate paths objects from their encoded forms.
CertificateFactorySpi
          CertificateFactorySpi is the abstract class Service Provider Interface (SPI) for the CertificateFactory class.
CertificateNotYetValidException
          Exception for a Certificate that is not yet valid.
CertificateParsingException
          Exception for parsing a DER-encoded Certificate.
CertPath
          This class represents an immutable sequence, or path, of security certificates.
CertPathBuilder
          This class builds certificate paths (also called certificate chains), which can be used to establish trust for a particular certificate by building a path from a trusted certificate (a trust anchor) to the untrusted certificate.
CertPathBuilderException
          Indicates a problem while using a CertPathBuilder, wrapping the lower exception.
CertPathBuilderResult
          A standard interface for the result of building a certificate path.
CertPathBuilderSpi
          The CertPathBuilder Service Provider Interface (SPI).
CertPathParameters
          Parameters for generating and validating certificate paths.
CertPathValidator
          Generic interface to classes that validate certificate paths.
CertPathValidatorException
          Indicates a problem while validating a certification path.
CertPathValidatorResult
          Interface to the result of calling CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters) 55 .
CertPathValidatorSpi
          The service provider interface (SPI) for the CertPathValidator class.
CertSelector
           
CertStore
          A CertStore is a read-only repository for certificates and certificate revocation lists.
CertStoreException
          Indicates a problem while retrieving certificates and CRLs from CertStore, wrapping the lower exception.
CertStoreParameters
          Parameters used when creating instances of CertStore.
CertStoreSpi
          The service provider interface (SPI) for the CertStore class.
CRL
          Certificate Revocation List class for managing CRLs that have different formats but the same general use.
CRLException
          Exception for a Certificate Revocation List.
CRLSelector
          A generic interface to classes that match certificate revocation lists (CRLs) to some given criteria.
PKIXCertPathChecker
          A validator for X.509 certificates when approving certificate chains.
PKIXCertPathValidatorResult
          Results returned by the CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters) 55 method for PKIX CertPathValidators.
PKIXParameters
          Parameters for verifying certificate paths using the PKIX (Public-Key Infrastructure (X.509)) algorithm.
PolicyNode
           
TrustAnchor
          An ultimately-trusted certificate to serve as the root of a certificate chain.
X509Certificate
          X509Certificate is the abstract class for X.509 certificates.
X509CRLEntry
          Abstract class for entries in the CRL (Certificate Revocation List).
X509Extension
          Public interface for the X.509 Extension.