Uses of Interface
rs.baselib.crypto.ICryptingDelegateFactory
| Package | Description |
|---|---|
| rs.baselib.crypto |
Provides support for encrypting, decrypting and signing streams.
|
-
Uses of ICryptingDelegateFactory in rs.baselib.crypto
Classes in rs.baselib.crypto that implement ICryptingDelegateFactory Modifier and Type Class Description classDefaultCryptingDelegateFactoryCreates a crypting delegator.Methods in rs.baselib.crypto that return ICryptingDelegateFactory Modifier and Type Method Description static ICryptingDelegateFactoryDefaultCryptingDelegateFactory. getInstance()Returns the crypting delegate factory.Methods in rs.baselib.crypto with parameters of type ICryptingDelegateFactory Modifier and Type Method Description voidDefaultCryptingDelegate. init(ICryptingDelegateFactory factory)Initializes this instance.voidICryptingDelegate. init(ICryptingDelegateFactory factory)Initialize the delegate.