| GNU Classpath (0.91) | |
| Frames | No Frames |
Methods which throw type java.security.NoSuchProviderException | |
| AlgorithmParameterGenerator | Returns a new AlgorithmParameterGenerator instance which
generates algorithm parameters for the specified algorithm.
|
| AlgorithmParameters | Returns a new instance of AlgorithmParameters representing
the specified algorithm parameters from a named provider.
|
| KeyFactory | Returns a new instance of KeyFactory representing the
specified key factory from the specified provider.
|
| KeyPairGenerator | Returns a new instance of KeyPairGenerator which generates
key-pairs for the specified algorithm from a named provider.
|
| KeyStore | Gets an instance of the KeyStore class representing
the specified key store from the specified provider.
|
| MessageDigest | Returns a new instance of MessageDigest representing the
specified algorithm from a named provider.
|
| SecureRandom | Returns an instance of a SecureRandom. |
| Signature | Returns an instance of Signature representing the specified
signature from the named provider.
|
Methods which throw type java.security.NoSuchProviderException | |
| 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.
|
Methods which throw type java.security.NoSuchProviderException | |
| 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.NoSuchProviderException | |
| 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.
|
| Object | Unseal and deserialize this sealed object with the specified key,
using a cipher from the named provider.
|
Methods which throw type java.security.NoSuchProviderException | |
| CertificateFactory | Gets an instance of the CertificateFactory class representing
the specified certificate factory from the specified provider.
|
| CertPathBuilder | Get an instance of a named CertPathBuilder from the named
provider.
|
| CertPathValidator | Get an instance of the given validator from the named provider.
|
| CertStore | Get an instance of the given certificate store from the named
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.
|
| GNU Classpath (0.91) |