public class OpenSSHParserContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static Predicate<String> |
IS_NONE_CIPHER |
static String |
NONE_CIPHER |
| Constructor and Description |
|---|
OpenSSHParserContext() |
OpenSSHParserContext(String cipherName,
OpenSSHKdfOptions kdfOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherName() |
OpenSSHKdfOptions |
getKdfOptions() |
boolean |
isEncrypted() |
void |
setCipherName(String cipherName) |
void |
setKdfOptions(OpenSSHKdfOptions kdfOptions) |
String |
toString() |
public static final String NONE_CIPHER
public OpenSSHParserContext()
public OpenSSHParserContext(String cipherName, OpenSSHKdfOptions kdfOptions)
public boolean isEncrypted()
public String getCipherName()
public void setCipherName(String cipherName)
public OpenSSHKdfOptions getKdfOptions()
public void setKdfOptions(OpenSSHKdfOptions kdfOptions)
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.