GNU Classpath (0.20) | |
Frames | No Frames |
Methods which throw type java.security.NoSuchAlgorithmException | |
CertPathBuilder | Get an instance of a named CertPathBuilder, from the first provider
that implements it.
|
CertPathValidator | Get an instance of the given validator from the first provider that
implements it.
|
CertPathBuilder | Get an instance of a named CertPathBuilder from the named
provider.
|
CertPathValidator | Get an instance of the given validator from the named provider.
|
CertPathBuilder | Get an instance of a named CertPathBuilder from the specified
provider.
|
CertPathValidator | Get an instance of the given validator from the given provider.
|
CertStore | Get an instance of the given certificate store from the first
installed provider.
|
CertStore | Get an instance of the given certificate store from the named
provider.
|
CertStore | Get an instance of the given certificate store 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 CRL 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.
|
void | Verifies that this CRL 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.NoSuchAlgorithmException | |
void | Engine method for initializing this factory with a key store and a
password for private keys. |
KeyManagerFactory | Get an instance of the named key manager factory, from the first
provider that implements it.
|
SSLContext | Get an instance of a context for the specified protocol from the
first provider that implements it.
|
TrustManagerFactory | Returns an instance of a trust manager factory for the given algorithm
from the first provider that implements it.
|
KeyManagerFactory | Get an instance of the named key manager factory, from the named
provider.
|
SSLContext | Get an instance of a context for the specified protocol from the
named provider.
|
TrustManagerFactory | Returns an instance of a trust manager factory for the given algorithm
from the named provider.
|
KeyManagerFactory | Get an instance of the named key manager factory, from the given
provider.
|
SSLContext | Get an instance of a context for the specified protocol from the
specified provider.
|
TrustManagerFactory | Returns an instance of a trust manager factory for the given algorithm
from the specified provider.
|
void | Initialize this instance with a key store and a password for
private key entries.
|
Constructors which throw type java.security.NoSuchAlgorithmException | |
Create a new EncryptedPrivateKeyInfo from the cipher
name and the encrytpedData.
| |
Create a new EncryptedPrivateKeyInfo object from raw
encrypted data and the parameters used for encryption.
|
Methods which throw type java.security.NoSuchAlgorithmException | |
SecretKey | Generate the shared secret and return it as a SecretKey .
|
void | Set the mode in which this cipher is to run.
|
Key | Unwraps a previously-wrapped key.
For compatibility this method is not declared
abstract , and the default implementation will throw an
UnsupportedOperationException .
|
SecretKey | Generate the shared secret and return it as an appropriate SecretKey .
|
Cipher | Creates a new cipher instance for the given transformation.
The installed providers are tried in order for an
implementation, and the first appropriate instance is returned. |
ExemptionMechanism | |
KeyAgreement | Get an implementation of an algorithm from the first provider that
implements it.
|
KeyGenerator | Create a new key generator, returning the first available
implementation.
|
Mac | Get an instance of the named algorithm from the first provider with
an appropriate implementation.
|
SecretKeyFactory | Create a new secret key factory from the first appropriate
instance.
|
Cipher | Creates a new cipher instance for the given transformation and
the named provider.
|
ExemptionMechanism | |
KeyAgreement | Get an implementation of an algorithm from a named provider.
|
KeyGenerator | Create a new key generator from the named provider.
|
Mac | Get an instance of the named algorithm from the named provider.
|
SecretKeyFactory | Create a new secret key factory from the named provider.
|
Cipher | Creates a new cipher instance for the given transform and the given
provider.
|
ExemptionMechanism | |
KeyAgreement | Get an implementation of an algorithm from a specific provider.
|
KeyGenerator | Create a new key generator from the supplied provider.
|
Mac | Get an instance of the named algorithm from a provider.
|
SecretKeyFactory | Create a new secret key factory from the specified provider.
|
Object | Unseal and deserialize this sealed object with the specified key.
|
Object | Unseal and deserialize this sealed object with the specified key,
using a cipher from the named provider.
|
Key | Unwrap a previously-wrapped key.
|
Methods which throw type java.security.NoSuchAlgorithmException | |
void | Verifies the signature of this certificate.
|
void | Verifies the signature of this certificate, using the specified security
provider.
|
Methods which throw type java.security.NoSuchAlgorithmException | |
Key | Returns the key associated with given alias using the
supplied password.
|
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.
|
AlgorithmParameterGenerator | Generates an AlgorithmParameterGenerator object that
implements the specified digest algorithm. |
AlgorithmParameters | Generates a parameter object for the specified algorithm.
If the default provider package provides an implementation of the
requested algorithm, an instance of AlgorithmParameters
containing that implementation is returned. |
KeyFactory | Generates a KeyFactory object that implements the specified
algorithm. |
KeyPairGenerator | Generates a KeyPairGenerator object that implements the
specified digest algorithm. |
MessageDigest | Generates a MessageDigest object that implements the specified
digest algorithm. |
SecureRandom | Returns an instance of a SecureRandom. |
Signature | Generates a Signature object that implements the specified
digest algorithm. |
AlgorithmParameterGenerator | Generates an AlgorithmParameterGenerator object for the
requested algorithm, as supplied from the specified provider, if such a
parameter generator is available from the provider.
|
AlgorithmParameters | Generates a parameter object for the specified algorithm, as supplied
by the specified provider, if such an algorithm is available from the
provider.
The returned parameter object must be initialized via a call to
init() , using an appropriate parameter specification or
parameter encoding.
|
KeyFactory | Generates a KeyFactory object for the specified algorithm
from the specified provider.
|
KeyPairGenerator | Generates a KeyPairGenerator object implementing the
specified algorithm, as supplied from the specified provider, if
such an algorithm is available from the provider.
|
MessageDigest | Generates a MessageDigest object implementing the specified
algorithm, as supplied from the specified provider, if such an algorithm is
available from the provider.
|
SecureRandom | Returns an instance of a SecureRandom. |
Signature | Generates a Signature object implementing the specified
algorithm, as supplied from the specified provider, if such an algorithm
is available from the provider.
|
AlgorithmParameterGenerator | Generates an AlgorithmParameterGenerator object for the requested
algorithm, as supplied from the specified provider, if such a parameter
generator is available from the provider. |
AlgorithmParameters | Generates an AlgorithmParameterGenerator object for the
requested algorithm, as supplied from the specified provider, if such a
parameter generator is available from the provider. |
KeyFactory | Generates a KeyFactory object for the specified algorithm from
the specified provider. |
KeyPairGenerator | Generates a KeyPairGenerator object implementing the specified
algorithm, as supplied from the specified provider, if such an algorithm is
available from the provider. |
MessageDigest | Generates a MessageDigest object implementing the specified
algorithm, as supplied from the specified provider, if such an algorithm
is available from the provider. |
SecureRandom | Returns an instance of a SecureRandom. |
Signature | Generates a Signature object implementing the specified
algorithm, as supplied from the specified provider, if such an algorithm
is available from the provider. |
Key | Returns the key associated with given alias using the
supplied password.
|
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) |