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