Interface AesGcmSiv.ThrowingSupplier<T>
-
- Enclosing class:
- AesGcmSiv
public static interface AesGcmSiv.ThrowingSupplier<T>A supplier that can throw aGeneralSecurityException.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get() throws java.security.GeneralSecurityException
- Throws:
java.security.GeneralSecurityException
-
-