Uses of Class
org.pgpainless.implementation.ImplementationFactory
-
Packages that use ImplementationFactory Package Description org.pgpainless.implementation Implementation factory classes to be able to switch out the underlying crypto engine implementation. -
-
Uses of ImplementationFactory in org.pgpainless.implementation
Subclasses of ImplementationFactory in org.pgpainless.implementation Modifier and Type Class Description classBcImplementationFactoryclassJceImplementationFactoryMethods in org.pgpainless.implementation that return ImplementationFactory Modifier and Type Method Description static ImplementationFactoryImplementationFactory. getInstance()Methods in org.pgpainless.implementation with parameters of type ImplementationFactory Modifier and Type Method Description static voidImplementationFactory. setFactoryImplementation(ImplementationFactory implementation)
-