Package com.google.crypto.tink
Interface Configuration
-
public interface ConfigurationAn object implementing this interface 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <P> PcreatePrimitive(KeysetHandleInterface keysetHandle, java.lang.Class<P> clazz)
-
-
-
Method Detail
-
createPrimitive
<P> P createPrimitive(KeysetHandleInterface keysetHandle, java.lang.Class<P> clazz) throws java.security.GeneralSecurityException
- Throws:
java.security.GeneralSecurityException
-
-