Home | History | Annotate | Download | only in fortress

Lines Matching defs:spi

35  * and Service Provider Interface (SPI) results. Retreiving the
46 * private final FooSpi spi;
50 * protected Foo(FooSpi spi,
53 * this.spi = spi;
60 * return new Foo((FooSpi) sap.spi, sap.provider, algorithm);
64 * Object spi = ENGINE.getInstance(algorithm, provider, null);
65 * return new Foo((FooSpi) spi, provider, algorithm);
110 public final Object spi;
112 private SpiAndProvider(Object spi, Provider provider) {
113 this.spi = spi;
129 * {@code SpiAndProvider} instance containing a reference to SPI