public class RsaKemParameters
extends ASN1Object
| Constructor and Description |
|---|
RsaKemParameters(AlgorithmIdentifier keyDerivationFunction,
int keyLength)
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RsaKemParameters |
getInstance(java.lang.Object o) |
AlgorithmIdentifier |
getKeyDerivationFunction() |
java.math.BigInteger |
getKeyLength() |
ASN1Primitive |
toASN1Primitive() |
public RsaKemParameters(AlgorithmIdentifier keyDerivationFunction,
int keyLength)
keyDerivationFunction - algorithm ID describing the key derivation function.keyLength - length of key to be derived (in bytes).public static RsaKemParameters getInstance(java.lang.Object o)
public AlgorithmIdentifier getKeyDerivationFunction()
public java.math.BigInteger getKeyLength()
public ASN1Primitive toASN1Primitive()