Uses of Class java.security.cert.CertificateException

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.

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
CertificateFactorySpi.engineGenerateCertPath(Certificate> certificates)
Generate a CertPath and initialize it with the certificates in the List argument.
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.
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.
Collection
Returns a collection of certificates that were read from the input stream.
CertPath
CertificateFactory.generateCertPath(Certificate> certificates)
Generate a CertPath and initialize it with the certificates in the List argument.
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.
Certificate
Generates a Certificate from the encoded data read from an InputStream.
CertificateFactory
Returns an instance of a CertificateFactory representing the specified certificate factory type.
CertificateFactory
Returns an instance of a CertificateFactory representing the specified certificate factory type from the named provider.
CertificateFactory
Returns an instance of a CertificateFactory representing the specified certificate factory type from the designated 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.