Class ButterflyExpansion
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2dot1.ButterflyExpansion
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice
,org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class ButterflyExpansion extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice
ButterflyExpansion ::= CHOICE { aes128 OCTET STRING (SIZE(16)), ... }
-
-
Field Summary
Fields Modifier and Type Field Description static int
aes128
protected org.bouncycastle.asn1.ASN1Encodable
butterflyExpansion
protected int
choice
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ButterflyExpansion
aes128(byte[] value)
static ButterflyExpansion
aes128(org.bouncycastle.asn1.ASN1OctetString value)
org.bouncycastle.asn1.ASN1Encodable
getButterflyExpansion()
int
getChoice()
static ButterflyExpansion
getInstance(java.lang.Object o)
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Field Detail
-
aes128
public static final int aes128
- See Also:
- Constant Field Values
-
choice
protected final int choice
-
butterflyExpansion
protected final org.bouncycastle.asn1.ASN1Encodable butterflyExpansion
-
-
Method Detail
-
getInstance
public static ButterflyExpansion getInstance(java.lang.Object o)
-
aes128
public static ButterflyExpansion aes128(byte[] value)
-
aes128
public static ButterflyExpansion aes128(org.bouncycastle.asn1.ASN1OctetString value)
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
getChoice
public int getChoice()
-
getButterflyExpansion
public org.bouncycastle.asn1.ASN1Encodable getButterflyExpansion()
-
-