- 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).
 
- 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() - Constructor for class java.security.cert.CertificateFactory
 
-  
 
- 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
 
-  
 
- Cipher - Class in javax.crypto
 
- 
This class provides the functionality of a cryptographic cipher for
 encryption and decryption.
 
- 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.
 
- containsAlias(String) - Method in class java.security.KeyStore
 
- 
Checks if the given alias exists in this keystore.