public interface OpenSSHKdfOptions extends NamedResource, OpenSSHKeyDecryptor
Modifier and Type | Field and Description |
---|---|
static Predicate<String> |
IS_NONE_KDF |
static int |
MAX_KDF_NAME_LENGTH |
static int |
MAX_KDF_OPTIONS_SIZE |
static String |
NONE_KDF |
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Modifier and Type | Method and Description |
---|---|
void |
initialize(String name,
byte[] kdfOptions) |
findByName, getName, getNameList, getNames, ofName, removeByName
decodePrivateKeyBytes, isEncrypted
static final int MAX_KDF_NAME_LENGTH
static final int MAX_KDF_OPTIONS_SIZE
static final String NONE_KDF
void initialize(String name, byte[] kdfOptions) throws IOException
IOException
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.