Package com.google.crypto.tink
Class RegistryConfiguration
- java.lang.Object
-
- com.google.crypto.tink.RegistryConfiguration
-
public class RegistryConfiguration extends java.lang.ObjectRegistryConfiguration is a proxy Configuration that forwards all calls to the global Registry.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Configurationget()get returns a Configuration forwarding all calls to the global Registry.
-
-
-
Method Detail
-
get
public static Configuration get() throws java.security.GeneralSecurityException
get returns a Configuration forwarding all calls to the global Registry.- Throws:
java.security.GeneralSecurityException
-
-