Uses of Interface
com.itextpdf.commons.bouncycastle.IBouncyCastleFactory
Package
Description
-
Uses of IBouncyCastleFactory in com.itextpdf.bouncycastle
Modifier and TypeClassDescriptionclass
This class implementsIBouncyCastleFactory
and creates bouncy-castle classes instances. -
Uses of IBouncyCastleFactory in com.itextpdf.bouncycastleconnector
Modifier and TypeMethodDescriptionstatic IBouncyCastleFactory
BouncyCastleFactoryCreator.getFactory()
ReturnsIBouncyCastleFactory
instance for bouncy-castle classes creation.Modifier and TypeMethodDescriptionstatic void
BouncyCastleFactoryCreator.setFactory
(IBouncyCastleFactory newFactory) SetsIBouncyCastleFactory
instance, which will be used for bouncy-castle classes creation. -
Uses of IBouncyCastleFactory in com.itextpdf.bouncycastlefips
Modifier and TypeClassDescriptionclass
This class implementsIBouncyCastleFactory
and creates bouncy-castle FIPS classes instances.