public class KemCiphertextInfo
extends org.bouncycastle.asn1.ASN1Object
KemCiphertextInfo ::= SEQUENCE {
kem AlgorithmIdentifier{KEM-ALGORITHM, {...}},
ct OCTET STRING
}
| Constructor and Description |
|---|
KemCiphertextInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier kem,
org.bouncycastle.asn1.ASN1OctetString ct) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1OctetString |
getCt() |
static KemCiphertextInfo |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getKem() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
KemCiphertextInfo ::= SEQUENCE {
kem AlgorithmIdentifier{KEM-ALGORITHM, {...}},
ct OCTET STRING
}
|
public KemCiphertextInfo(org.bouncycastle.asn1.x509.AlgorithmIdentifier kem,
org.bouncycastle.asn1.ASN1OctetString ct)
public static KemCiphertextInfo getInstance(java.lang.Object o)
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getKem()
public org.bouncycastle.asn1.ASN1OctetString getCt()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
KemCiphertextInfo ::= SEQUENCE {
kem AlgorithmIdentifier{KEM-ALGORITHM, {...}},
ct OCTET STRING
}
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object