Interface FilePasswordProvider.Decoder<T>

  • Type Parameters:
    T - type of the result
    Enclosing interface:
    FilePasswordProvider

    public static interface FilePasswordProvider.Decoder<T>
    Something that can produce a result given a password.
    • Method Detail

      • decode

        T decode​(java.lang.String password)
          throws java.io.IOException,
                 java.security.GeneralSecurityException
        Throws:
        java.io.IOException
        java.security.GeneralSecurityException