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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdecode(String password)
-
-
-
Method Detail
-
decode
T decode(String password) throws IOException, GeneralSecurityException
- Throws:
IOExceptionGeneralSecurityException
-
-