Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

C

Certificate - Class in java.security.cert
Abstract class for managing a variety of identity certificates.
Certificate(String) - Constructor for class java.security.cert.Certificate
Creates a certificate of the specified type.
CertificateEncodingException - Exception in java.security.cert
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateEncodingException(String, Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified detail message and cause.
CertificateEncodingException(Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateException - Exception in java.security.cert
This exception indicates one of a variety of certificate problems.
CertificateException() - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with no detail message.
CertificateException(String) - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with the given detail message.
CertificateException(String, Throwable) - Constructor for exception java.security.cert.CertificateException
Creates a CertificateException with the specified detail message and cause.
CertificateException(Throwable) - Constructor for exception java.security.cert.CertificateException
Creates a CertificateException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateExpiredException - Exception in java.security.cert
Certificate Expired Exception.
CertificateExpiredException() - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with no detail message.
CertificateExpiredException(String) - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with the specified detail message.
CertificateFactory - Class in java.security.cert
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.
CertificateFactory(CertificateFactorySpi, String) - Constructor for class java.security.cert.CertificateFactory
Creates a CertificateFactory object of the given type, and encapsulates the given provider implementation (SPI object) in it.
CertificateFactorySpi - Class in java.security.cert
This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
 
CertificateNotYetValidException - Exception in java.security.cert
Certificate is not yet valid exception.
CertificateNotYetValidException() - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with no detail message.
CertificateNotYetValidException(String) - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with the specified detail message.
CertificateParsingException - Exception in java.security.cert
Certificate Parsing Exception.
CertificateParsingException() - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with no detail message.
CertificateParsingException(String) - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with the specified detail message.
CertificateParsingException(String, Throwable) - Constructor for exception java.security.cert.CertificateParsingException
Creates a CertificateParsingException with the specified detail message and cause.
CertificateParsingException(Throwable) - Constructor for exception java.security.cert.CertificateParsingException
Creates a CertificateParsingException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CertificateRevokedException - Exception in java.security.cert
An exception that indicates an X.509 certificate is revoked.
CertificateRevokedException(Date, CRLReason, X500Principal, Map<String, Extension>) - Constructor for exception java.security.cert.CertificateRevokedException
Constructs a CertificateRevokedException with the specified revocation date, reason code, authority name, and map of extensions.
CertPath - Class in java.security.cert
An immutable sequence of certificates (a certification path).
CertPath(String) - Constructor for class java.security.cert.CertPath
Creates a CertPath of the specified type.
CertPathBuilder - Class in java.security.cert
A class for building certification paths (also known as certificate chains).
CertPathBuilder(CertPathBuilderSpi, String) - Constructor for class java.security.cert.CertPathBuilder
Creates a CertPathBuilder object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.
CertPathBuilderException - Exception in java.security.cert
An exception indicating one of a variety of problems encountered when building a certification path with a CertPathBuilder.
CertPathBuilderException() - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException with null as its detail message.
CertPathBuilderException(String) - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException with the given detail message.
CertPathBuilderException(Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException that wraps the specified throwable.
CertPathBuilderException(String, Throwable) - Constructor for exception java.security.cert.CertPathBuilderException
Creates a CertPathBuilderException with the specified detail message and cause.
CertPathBuilderResult - Interface in java.security.cert
A specification of the result of a certification path builder algorithm.
CertPathBuilderSpi - Class in java.security.cert
The Service Provider Interface (SPI) for the CertPathBuilder class.
CertPathBuilderSpi() - Constructor for class java.security.cert.CertPathBuilderSpi
The default constructor.
CertPathChecker - Interface in java.security.cert
Performs one or more checks on each Certificate of a CertPath.
CertPathParameters - Interface in java.security.cert
A specification of certification path algorithm parameters.
CertPathValidator - Class in java.security.cert
A class for validating certification paths (also known as certificate chains).
CertPathValidator(CertPathValidatorSpi, String) - Constructor for class java.security.cert.CertPathValidator
Creates a CertPathValidator object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.
CertPathValidatorException - Exception in java.security.cert
An exception indicating one of a variety of problems encountered when validating a certification path.
CertPathValidatorException() - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with no detail message.
CertPathValidatorException(String) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the given detail message.
CertPathValidatorException(Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException that wraps the specified throwable.
CertPathValidatorException(String, Throwable) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the specified detail message and cause.
CertPathValidatorException(String, Throwable, CertPath, int) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the specified detail message, cause, certification path, and index.
CertPathValidatorException(String, Throwable, CertPath, int, CertPathValidatorException.Reason) - Constructor for exception java.security.cert.CertPathValidatorException
Creates a CertPathValidatorException with the specified detail message, cause, certification path, index, and reason.
CertPathValidatorException.BasicReason - Enum in java.security.cert
The BasicReason enumerates the potential reasons that a certification path of any type may be invalid.
CertPathValidatorException.Reason - Interface in java.security.cert
The reason the validation algorithm failed.
CertPathValidatorResult - Interface in java.security.cert
A specification of the result of a certification path validator algorithm.
CertPathValidatorSpi - Class in java.security.cert
The Service Provider Interface (SPI) for the CertPathValidator class.
CertPathValidatorSpi() - Constructor for class java.security.cert.CertPathValidatorSpi
The default constructor.
CertSelector - Interface in java.security.cert
A selector that defines a set of criteria for selecting Certificates.
CertStore - Class in java.security.cert
A class for retrieving Certificates and CRLs from a repository.
CertStore(CertStoreSpi, String, CertStoreParameters) - Constructor for class java.security.cert.CertStore
Creates a CertStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.
CertStoreException - Exception in java.security.cert
An exception indicating one of a variety of problems retrieving certificates and CRLs from a CertStore.
CertStoreException() - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException with null as its detail message.
CertStoreException(String) - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException with the given detail message.
CertStoreException(Throwable) - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException that wraps the specified throwable.
CertStoreException(String, Throwable) - Constructor for exception java.security.cert.CertStoreException
Creates a CertStoreException with the specified detail message and cause.
CertStoreParameters - Interface in java.security.cert
A specification of CertStore parameters.
CertStoreSpi - Class in java.security.cert
The Service Provider Interface (SPI) for the CertStore class.
CertStoreSpi(CertStoreParameters) - Constructor for class java.security.cert.CertStoreSpi
The sole constructor.
check(Certificate) - Method in interface java.security.cert.CertPathChecker
Performs the check(s) on the specified certificate using its internal state.
check(Certificate, Collection<String>) - Method in class java.security.cert.PKIXCertPathChecker
Performs the check(s) on the specified certificate using its internal state and removes any critical extensions that it processes from the specified collection of OID strings that represent the unresolved critical extensions.
check(Certificate) - Method in class java.security.cert.PKIXCertPathChecker
Performs the check(s) on the specified certificate using its internal state.
checkValidity() - Method in class java.security.cert.X509Certificate
Checks that the certificate is currently valid.
Cipher - Class in javax.crypto
This class provides the functionality of a cryptographic cipher for encryption and decryption.
clearPassword() - Method in class javax.crypto.spec.PBEKeySpec
Clears the internal copy of the password.
clone() - Method in interface java.security.cert.CertPathBuilderResult
Makes a copy of this CertPathBuilderResult.
clone() - Method in interface java.security.cert.CertPathParameters
Makes a copy of this CertPathParameters.
clone() - Method in interface java.security.cert.CertPathValidatorResult
Makes a copy of this CertPathValidatorResult.
clone() - Method in interface java.security.cert.CertSelector
Makes a copy of this CertSelector.
clone() - Method in interface java.security.cert.CertStoreParameters
Makes a copy of this CertStoreParameters.
clone() - Method in class java.security.cert.CollectionCertStoreParameters
Returns a copy of this object.
clone() - Method in interface java.security.cert.CRLSelector
Makes a copy of this CRLSelector.
clone() - Method in class java.security.cert.LDAPCertStoreParameters
Returns a copy of this object.
clone() - Method in class java.security.cert.PKIXCertPathChecker
Returns a clone of this object.
clone() - Method in class java.security.cert.PKIXCertPathValidatorResult
Returns a copy of this object.
clone() - Method in class java.security.cert.PKIXParameters
Makes a copy of this PKIXParameters object.
clone() - Method in class java.security.cert.PKIXRevocationChecker
 
clone() - Method in class java.security.cert.X509CertSelector
Returns a copy of this object.
clone() - Method in class java.security.cert.X509CRLSelector
Returns a copy of this object.
clone() - Method in class java.security.MessageDigest
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.MessageDigestSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.Signature
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.SignatureSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class javax.crypto.Mac
Returns a clone if the provider implementation is cloneable.
CollectionCertStoreParameters - Class in java.security.cert
Parameters used as input for the Collection CertStore algorithm.
CollectionCertStoreParameters(Collection<?>) - Constructor for class java.security.cert.CollectionCertStoreParameters
Creates an instance of CollectionCertStoreParameters which will allow certificates and CRLs to be retrieved from the specified Collection.
CollectionCertStoreParameters() - Constructor for class java.security.cert.CollectionCertStoreParameters
Creates an instance of CollectionCertStoreParameters with the default parameter values (an empty and immutable Collection).
com.microej.jce.spec - package com.microej.jce.spec
Provides key and algorithm parameter specifications for use with MicroEJ Crypto.
containsAlias(String) - Method in class java.security.KeyStore
Checks if the given alias exists in this keystore.
CRL - Class in java.security.cert
This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
CRL(String) - Constructor for class java.security.cert.CRL
Creates a CRL of the specified type.
CRLException - Exception in java.security.cert
CRL (Certificate Revocation List) Exception.
CRLException() - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with no detail message.
CRLException(String) - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with the specified detail message.
CRLException(String, Throwable) - Constructor for exception java.security.cert.CRLException
Creates a CRLException with the specified detail message and cause.
CRLException(Throwable) - Constructor for exception java.security.cert.CRLException
Creates a CRLException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CRLReason - Enum in java.security.cert
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.
CRLSelector - Interface in java.security.cert
A selector that defines a set of criteria for selecting CRLs.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links