Package com.google.crypto.tink
Class Configuration
- java.lang.Object
-
- com.google.crypto.tink.Configuration
-
- Direct Known Subclasses:
InternalConfiguration
public abstract class Configuration extends java.lang.ObjectAn object of this class represents a collection of algorithms that a user wants Tink to understand. For most users, one of the predefinedConfigurationobjects is to be used at primitive creation time.
-
-
Constructor Summary
Constructors Constructor Description Configuration()
-