SecureDataServices interface

Interface to be implemented by secure data service providers.

Syntax

public interface SecureDataServices

Derived classes

Remarks

Providers implementing this interface may also optionally implement the ProviderInfo interface to expose additional provider information. They may also optionally implement com.sybase.security.provider.MessageDigest interface and (com.sybase.security.provider.DigitalSignature} interface if they wish to support those features. jkrothap