public class AesCcmCiphertext extends ASN1Object
AesCcmCiphertext ::= SEQUENCE { nonce OCTET STRING (SIZE (12)) ccmCiphertext Opaque -- 16 bytes longer than plaintext }
Modifier and Type | Method and Description |
---|---|
static AesCcmCiphertext |
getInstance(Object o) |
ASN1Primitive |
toASN1Primitive() |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public static AesCcmCiphertext getInstance(Object o)
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2021 BouncyCastle.org. All rights reserved.