Package com.google.crypto.tink
Class KeyGenConfiguration
- java.lang.Object
-
- com.google.crypto.tink.KeyGenConfiguration
-
public abstract class KeyGenConfiguration extends java.lang.ObjectAn object of this class represents a collection of key types that a user wants Tink to understand. For most users, one of the predefinedKeyGenConfigurationobjects is to be used at key creation time.
-
-
Constructor Summary
Constructors Constructor Description KeyGenConfiguration()
-