GNU Classpath (0.20) | |
Frames | No Frames |
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 | |
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 | |
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 | 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.
|
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.
|
Methods which throw type java.security.cert.CertificateException | |
void | Loads the keystore from the specified input stream and it
uses the specified password to check for integrity if supplied.
|
void | Stores the keystore in the specified output stream and it
uses the specified key it keep it secure.
|
void | Loads the keystore from the specified input stream and it
uses the specified password to check for integrity if supplied.
|
void | Stores the keystore in the specified output stream and it
uses the specified key it keep it secure.
|
GNU Classpath (0.20) |