public static class BuiltinCiphers.ParseResult extends NamedFactoriesListParseResult<Cipher,CipherFactory>
BuiltinCiphers.parseCiphersList(String)| Modifier and Type | Field and Description |
|---|---|
static BuiltinCiphers.ParseResult |
EMPTY |
| Constructor and Description |
|---|
ParseResult(java.util.List<CipherFactory> parsed,
java.util.List<java.lang.String> unsupported) |
toStringgetParsedFactories, getUnsupportedFactoriesgetParsedValues, getUnsupportedValuespublic static final BuiltinCiphers.ParseResult EMPTY
public ParseResult(java.util.List<CipherFactory> parsed, java.util.List<java.lang.String> unsupported)