public class KemBMParameter
extends org.bouncycastle.asn1.ASN1Object
KemBMParameter ::= SEQUENCE { kdf AlgorithmIdentifier{KEY-DERIVATION, {...}}, len INTEGER (1..MAX), mac AlgorithmIdentifier{MAC-ALGORITHM, {...}} }
Constructor and Description |
---|
KemBMParameter(org.bouncycastle.asn1.x509.AlgorithmIdentifier kdf,
org.bouncycastle.asn1.ASN1Integer len,
org.bouncycastle.asn1.x509.AlgorithmIdentifier mac) |
KemBMParameter(org.bouncycastle.asn1.x509.AlgorithmIdentifier kdf,
long len,
org.bouncycastle.asn1.x509.AlgorithmIdentifier mac) |
Modifier and Type | Method and Description |
---|---|
static KemBMParameter |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getKdf() |
org.bouncycastle.asn1.ASN1Integer |
getLen() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getMac() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
KemBMParameter ::= SEQUENCE {
kdf AlgorithmIdentifier{KEY-DERIVATION, {...}},
len INTEGER (1..MAX),
mac AlgorithmIdentifier{MAC-ALGORITHM, {...}}
}
|
public KemBMParameter(org.bouncycastle.asn1.x509.AlgorithmIdentifier kdf, org.bouncycastle.asn1.ASN1Integer len, org.bouncycastle.asn1.x509.AlgorithmIdentifier mac)
public KemBMParameter(org.bouncycastle.asn1.x509.AlgorithmIdentifier kdf, long len, org.bouncycastle.asn1.x509.AlgorithmIdentifier mac)
public static KemBMParameter getInstance(java.lang.Object o)
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getKdf()
public org.bouncycastle.asn1.ASN1Integer getLen()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getMac()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
KemBMParameter ::= SEQUENCE { kdf AlgorithmIdentifier{KEY-DERIVATION, {...}}, len INTEGER (1..MAX), mac AlgorithmIdentifier{MAC-ALGORITHM, {...}} }
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object