GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.security.Provider | |
AlgorithmParameterGenerator.AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi paramGenSpi, Provider provider, String algorithm) Constructs a new instance of AlgorithmParameterGenerator .
| |
AlgorithmParameters.AlgorithmParameters(AlgorithmParametersSpi paramSpi, Provider provider, String algorithm) Constructs a new instance of AlgorithmParameters .
| |
Constructs a new instance of KeyFactory with the specified
parameters.
| |
Creates an instance of KeyStore
| |
A constructor for SecureRandom. |
Methods with parameter type java.security.Provider | |
int | |
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 the specified Provider .
|
KeyFactory | Returns a new instance of KeyFactory representing the
specified key factory from the designated Provider .
|
KeyPairGenerator | Returns a new instance of KeyPairGenerator which generates
key-pairs for the specified algorithm from a designated Provider .
|
KeyStore | Returns an instance of a KeyStore representing the specified
type, from the specified provider.
|
MessageDigest | Returns a new instance of MessageDigest representing the
specified algorithm from a designated Provider .
|
SecureRandom | Returns an instance of a SecureRandom for the specified
algorithm from the given provider.
|
Signature | Returns an instance of Signature representing the specified
signature from the specified Provider .
|
int |
Methods with return type java.security.Provider | |
Provider | |
Provider | |
Provider | Returns the Provider of this instance.
|
Provider | Returns the Provider of this instance.
|
Provider | Gets the provider that the class is from.
|
Provider | Returns the Provider of this instance.
|
Provider | Returns the provider being used by the current SecureRandom class.
|
Provider | Returns the Provider of this instance.
|
Provider | Returns an already installed Provider given its name.
|
Provider[] | Returns the current list of installed Provider s as an array
ordered according to their installation preference order.
|
Provider[] | Returns an array of currently installed Provider s which satisfy a
set of selection criteria.
|
Provider[] | Returns an array of currently installed Provider s, ordered
according to their installation preference order, which satisfy a given
selection criterion.
|
Constructors with parameter type java.security.Provider | |
Creates a new CertPathBuilder.
| |
CertPathValidator.CertPathValidator(CertPathValidatorSpi validatorSpi, Provider provider, String algorithm) Creates a new CertPathValidator.
| |
CertStore.CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params) Create a new CertStore.
| |
CertificateFactory.CertificateFactory(CertificateFactorySpi certFacSpi, Provider provider, String type) Creates an instance of CertificateFactory.
|
Methods with parameter type java.security.Provider | |
CertificateFactory | Returns an instance of a CertificateFactory representing the
specified certificate factory type from the designated provider.
|
CertPathBuilder | Returns an instance of a named CertPathBuilder from the
specified provider.
|
CertPathValidator | Returns an instance of the given validator from the given provider.
|
CertStore | Returns an instance of the given certificate store type from a given
provider.
|
Methods with return type java.security.Provider | |
Provider | Gets the provider of this implementation.
|
Provider | Return the provider of this instance's implementation.
|
Provider | Return the provider of this implementation.
|
Provider | Return the provider of this implementation.
|
Constructors with parameter type java.security.Provider | |
KeyManagerFactory.KeyManagerFactory(KeyManagerFactorySpi kmfSpi, Provider provider, String algorithm) Create a new key manager factory.
| |
Create a new SSL context.
| |
TrustManagerFactory.TrustManagerFactory(TrustManagerFactorySpi tmfSpi, Provider provider, String algorithm) Creates a new trust manager factory.
|
Methods with parameter type java.security.Provider | |
KeyManagerFactory | Create 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.
|
Methods with return type java.security.Provider | |
Provider | Returns the provider of this implementation.
|
Provider | Returns the provider of this implementation.
|
Provider | Returns the provider of the underlying implementation.
|
Methods with parameter type java.security.Provider | |
void | This method is used to indicate to the GSSManager that the
application would like a particular provider to be used if no other
provider can be found that supports the given mechanism. |
void | This method is used to indicate to the GSSManager that the
application would like a particular provider to be used ahead of all
others when support is desired for the given mechanism. |
Constructors with parameter type java.security.Provider | |
Create a cipher.
| |
ExemptionMechanism.ExemptionMechanism(ExemptionMechanismSpi emSpi, Provider provider, String mechanism) | |
Create a new key generator.
| |
Creates a new Mac instance.
| |
Create a new secret key factory.
|
Methods with parameter type java.security.Provider | |
Cipher | Creates a new cipher instance for a given transformation from a given
provider.
|
ExemptionMechanism | Create an instance of ExemptionMechanism for a designated
mechanism from a designated provider .
|
KeyAgreement | Return an implementation of an algorithm from a specific provider.
|
KeyGenerator | Create a new key generator from the supplied provider.
|
Mac | Create an instance of the named algorithm from a provider.
|
SecretKeyFactory | Create a new secret key factory from the specified provider.
|
Methods with return type java.security.Provider | |
Provider | Return this cipher's provider.
|
Provider | |
Provider | Return the provider of the underlying implementation.
|
Provider | Return the provider of the underlying implementation.
|
Provider | Get the provider of the underlying implementation.
|
Provider | Get the provider of this implementation.
|
GNU Classpath (0.95) |