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 Summary

    Modifier and Type
    Method
    Description
    decode(String password)