Searched refs:keyFacSpi (Results 1 – 3 of 3) sorted by relevance
292 protected SecretKeyFactory(SecretKeyFactorySpi keyFacSpi, in SecretKeyFactory() argument294 this.spi = keyFacSpi; in SecretKeyFactory()
150 protected KeyFactory(KeyFactorySpi keyFacSpi, Provider provider, in KeyFactory() argument152 this.spi = keyFacSpi; in KeyFactory()
347 public KeyFactoryStub(KeyFactorySpi keyFacSpi, Provider provider, in KeyFactoryStub() argument349 super(keyFacSpi, provider, algorithm); in KeyFactoryStub()