GNU Classpath (0.95) | |
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 | Returns an instance of a KeyStore representing the specified
type, from the named provider.
|
MessageDigest | Returns a new instance of MessageDigest representing the
specified algorithm from a named provider.
|
SecureRandom | Returns an instance of a SecureRandom for the specified
algorithm from the named provider.
|
Signature | Returns an instance of Signature representing the specified
signature from the named provider.
|
Methods which throw type java.security.NoSuchProviderException | |
CertificateFactory | Returns an instance of a CertificateFactory representing the
specified certificate factory type from the named provider.
|
CertPathBuilder | Returns an instance of a named CertPathBuilder from a named
provider.
|
CertPathValidator | Returns an instance of the given validator from the named provider.
|
CertStore | Returns an instance of the given certificate store type from a 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.
|
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 | |
KeyManagerFactory | Create 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 | |
Cipher | Creates a new cipher instance for the given transformation and the named
provider.
|
ExemptionMechanism | Create an instance of ExemptionMechanism for a designated
mechanism from a named provider .
|
KeyAgreement | Return an implementation of an algorithm from a named provider.
|
KeyGenerator | Create a new key generator from the named provider.
|
Mac | Create 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.
|
GNU Classpath (0.95) |