Modifier and Type | Field and Description |
---|---|
static KeyAgreementAlg |
ECCDH_SHA1KDF |
static KeyAgreementAlg |
ECCDH_SHA224KDF |
static KeyAgreementAlg |
ECCDH_SHA256KDF |
static KeyAgreementAlg |
ECCDH_SHA384KDF |
static KeyAgreementAlg |
ECCDH_SHA512KDF |
static KeyAgreementAlg |
ECDH_SHA1KDF |
static KeyAgreementAlg |
ECDH_SHA224KDF |
static KeyAgreementAlg |
ECDH_SHA256KDF |
static KeyAgreementAlg |
ECDH_SHA384KDF |
static KeyAgreementAlg |
ECDH_SHA512KDF |
Constructor and Description |
---|
KeyAgreementAlg(int[] aOID,
AgreementAlg aAgreementAlg,
DerivationFunctionAlg aDerivationFunction) |
Modifier and Type | Method and Description |
---|---|
static KeyAgreementAlg |
fromOID(int[] aOID) |
AgreementAlg |
getAgreementAlg() |
DerivationFunctionAlg |
getDerivationFunctionAlg() |
java.lang.String |
getName() |
int[] |
getOID() |
public static final KeyAgreementAlg ECDH_SHA1KDF
public static final KeyAgreementAlg ECDH_SHA224KDF
public static final KeyAgreementAlg ECDH_SHA256KDF
public static final KeyAgreementAlg ECDH_SHA384KDF
public static final KeyAgreementAlg ECDH_SHA512KDF
public static final KeyAgreementAlg ECCDH_SHA1KDF
public static final KeyAgreementAlg ECCDH_SHA224KDF
public static final KeyAgreementAlg ECCDH_SHA256KDF
public static final KeyAgreementAlg ECCDH_SHA384KDF
public static final KeyAgreementAlg ECCDH_SHA512KDF
public KeyAgreementAlg(int[] aOID, AgreementAlg aAgreementAlg, DerivationFunctionAlg aDerivationFunction)
public AgreementAlg getAgreementAlg()
public DerivationFunctionAlg getDerivationFunctionAlg()
public static KeyAgreementAlg fromOID(int[] aOID)
Copyright © 2025. All rights reserved.