public class AesCcmCiphertext
extends org.bouncycastle.asn1.ASN1Object
AesCcmCiphertext ::= SEQUENCE {
nonce OCTET STRING (SIZE (12))
ccmCiphertext Opaque -- 16 bytes longer than plaintext
}
| Modifier and Type | Method and Description |
|---|---|
static AesCcmCiphertext |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static AesCcmCiphertext getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object