public abstract class KeyDerivationParameters extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
KeyDerivationParameters(String algorithm,
int keyLength) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
int |
getKeyBitLength()
The length of the derived key in bits.
|
int |
getKeyLength()
The length of the derived key in bytes needed to store the key in bitSize.
|
protected KeyDerivationParameters(String algorithm, int keyLength)
public String getAlgorithm()
public int getKeyBitLength()
public int getKeyLength()
Copyright © 2000–2024 The Apache Software Foundation. All rights reserved.