Searched refs:KeyFactorySpi (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyFactory.java108 private volatile KeyFactorySpi spi;
125 protected KeyFactory(KeyFactorySpi keyFacSpi, Provider provider,
150 * KeyFactorySpi implementation from the first
165 * KeyFactorySpi implementation for the
180 * KeyFactorySpi implementation from the specified provider
197 * @exception NoSuchAlgorithmException if a KeyFactorySpi
212 KeyFactorySpi.class, algorithm, provider);
213 return new KeyFactory((KeyFactorySpi)instance.impl,
222 * KeyFactorySpi implementation from the specified Provider
236 * @exception NoSuchAlgorithmException if a KeyFactorySpi
[all...]
H A DKeyFactorySpi.java70 public abstract class KeyFactorySpi { class
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHKeyFactory.java33 import java.security.KeyFactorySpi;
49 public final class DHKeyFactory extends KeyFactorySpi {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSAKeyFactory.java33 import java.security.KeyFactorySpi;
56 public class DSAKeyFactory extends KeyFactorySpi {
/openjdk7/jdk/test/java/security/KeyFactory/
H A DFailover.java112 public static class KeyFactoryPass extends KeyFactorySpi {
138 public static class KeyFactoryFail extends KeyFactorySpi {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyFactory.java45 abstract class P11KeyFactory extends KeyFactorySpi {
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECKeyFactory.java52 public final class ECKeyFactory extends KeyFactorySpi {
/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSAKeyFactory.java61 public final class RSAKeyFactory extends KeyFactorySpi {

Completed in 36 milliseconds