Uses of Class java.security.cert.CertificateException

Uses in package java.security.cert

Classes derived from java.security.cert.CertificateException

class
Exception for a Certificate Encoding.
class
Exception for a Certificate Expiring.
class
Exception for a Certificate that is not yet valid.
class
Exception for parsing a DER-encoded Certificate.

Methods which throw type java.security.cert.CertificateException

CertPath
Generate a CertPath and initialize it with data parsed from the input stream.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream, using the specified encoding.
CertPath
Generate a CertPath and initialize it with the certificates in the List argument.
Certificate
Generates a Certificate based on the encoded data read from the InputStream.
Collection
Returns a collection of certificates that were read from the input stream.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream, using the specified encoding.
CertPath
Generate a CertPath and initialize it with the certificates in the List argument.
Certificate
Generates a Certificate from the encoded data read from an InputStream.
Collection
Returns a collection of certificates that were read from the input stream.
CertificateFactory
Gets an instance of the CertificateFactory class representing the specified certificate factory.
CertificateFactory
Gets an instance of the CertificateFactory class representing the specified certificate factory from the specified provider.
CertificateFactory
Get a certificate factory for the given certificate type from the given provider.
void
Verifies that this Certificate was properly signed with the PublicKey that corresponds to its private key.
void
Certificate.verify(PublicKey key, String sigProvider)
Verifies that this Certificate was properly signed with the PublicKey that corresponds to its private key and uses the signature engine provided by the provider.

Uses in package javax.net.ssl

Methods which throw type java.security.cert.CertificateException

void
Checks if a certificate chain sent by the client is trusted.
void
Checks if a certificate chain sent by the server is trusted.

Uses in package java.security

Methods which throw type java.security.cert.CertificateException

void
KeyStoreSpi.engineLoad(InputStream stream, char[] password)
Loads the keystore from the specified input stream and it uses the specified password to check for integrity if supplied.
void
KeyStoreSpi.engineStore(OutputStream stream, char[] password)
Stores the keystore in the specified output stream and it uses the specified key it keep it secure.
void
KeyStore.load(InputStream stream, char[] password)
Loads the keystore from the specified input stream and it uses the specified password to check for integrity if supplied.
void
KeyStore.store(OutputStream stream, char[] password)
Stores the keystore in the specified output stream and it uses the specified key it keep it secure.