Class OpenSSHParserContext
- java.lang.Object
-
- org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
-
public class OpenSSHParserContext extends Object
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
Fields Modifier and Type Field Description static Predicate<String>IS_NONE_CIPHERstatic StringNONE_CIPHER
-
Constructor Summary
Constructors Constructor Description OpenSSHParserContext()OpenSSHParserContext(String cipherName, OpenSSHKdfOptions kdfOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCipherName()OpenSSHKdfOptionsgetKdfOptions()booleanisEncrypted()voidsetCipherName(String cipherName)voidsetKdfOptions(OpenSSHKdfOptions kdfOptions)StringtoString()
-
-
-
Field Detail
-
NONE_CIPHER
public static final String NONE_CIPHER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OpenSSHParserContext
public OpenSSHParserContext()
-
OpenSSHParserContext
public OpenSSHParserContext(String cipherName, OpenSSHKdfOptions kdfOptions)
-
-
Method Detail
-
isEncrypted
public boolean isEncrypted()
-
getCipherName
public String getCipherName()
-
setCipherName
public void setCipherName(String cipherName)
-
getKdfOptions
public OpenSSHKdfOptions getKdfOptions()
-
setKdfOptions
public void setKdfOptions(OpenSSHKdfOptions kdfOptions)
-
-