Package org.apache.sshd.common.cipher
Class BuiltinCiphers.ParseResult
- java.lang.Object
-
- org.apache.sshd.common.config.ListParseResult<F>
-
- org.apache.sshd.common.config.FactoriesListParseResult<T,F>
-
- org.apache.sshd.common.config.NamedFactoriesListParseResult<Cipher,CipherFactory>
-
- org.apache.sshd.common.cipher.BuiltinCiphers.ParseResult
-
- Enclosing class:
- BuiltinCiphers
public static class BuiltinCiphers.ParseResult extends NamedFactoriesListParseResult<Cipher,CipherFactory>
Holds the result ofBuiltinCiphers.parseCiphersList(String)
-
-
Field Summary
Fields Modifier and Type Field Description static BuiltinCiphers.ParseResult
EMPTY
-
Constructor Summary
Constructors Constructor Description ParseResult(java.util.List<CipherFactory> parsed, java.util.List<java.lang.String> unsupported)
-
Method Summary
-
Methods inherited from class org.apache.sshd.common.config.NamedFactoriesListParseResult
toString
-
Methods inherited from class org.apache.sshd.common.config.FactoriesListParseResult
getParsedFactories, getUnsupportedFactories
-
Methods inherited from class org.apache.sshd.common.config.ListParseResult
getParsedValues, getUnsupportedValues
-
-
-
-
Field Detail
-
EMPTY
public static final BuiltinCiphers.ParseResult EMPTY
-
-
Constructor Detail
-
ParseResult
public ParseResult(java.util.List<CipherFactory> parsed, java.util.List<java.lang.String> unsupported)
-
-