public class KemCiphertextInfo extends ASN1Object
KemCiphertextInfo ::= SEQUENCE { kem AlgorithmIdentifier{KEM-ALGORITHM, {...}}, ct OCTET STRING }
Constructor and Description |
---|
KemCiphertextInfo(AlgorithmIdentifier kem,
ASN1OctetString ct) |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
getCt() |
static KemCiphertextInfo |
getInstance(java.lang.Object o) |
AlgorithmIdentifier |
getKem() |
ASN1Primitive |
toASN1Primitive()
KemCiphertextInfo ::= SEQUENCE {
kem AlgorithmIdentifier{KEM-ALGORITHM, {...}},
ct OCTET STRING
}
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public KemCiphertextInfo(AlgorithmIdentifier kem, ASN1OctetString ct)
public static KemCiphertextInfo getInstance(java.lang.Object o)
public AlgorithmIdentifier getKem()
public ASN1OctetString getCt()
public ASN1Primitive toASN1Primitive()
KemCiphertextInfo ::= SEQUENCE { kem AlgorithmIdentifier{KEM-ALGORITHM, {...}}, ct OCTET STRING }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object