Interface AesGcmSiv.ThrowingSupplier<T>

  • Enclosing class:
    AesGcmSiv

    public static interface AesGcmSiv.ThrowingSupplier<T>
    A supplier that can throw a GeneralSecurityException.
    • Method Detail

      • get

        T get()
        throws java.security.GeneralSecurityException
        Throws:
        java.security.GeneralSecurityException