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.ASN1ChoiceButterflyExpansion ::= CHOICE { aes128 OCTET STRING (SIZE(16)), ... }
-
-
Field Summary
Fields Modifier and Type Field Description static intaes128protected org.bouncycastle.asn1.ASN1EncodablebutterflyExpansionprotected intchoice
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ButterflyExpansionaes128(byte[] value)static ButterflyExpansionaes128(org.bouncycastle.asn1.ASN1OctetString value)org.bouncycastle.asn1.ASN1EncodablegetButterflyExpansion()intgetChoice()static ButterflyExpansiongetInstance(java.lang.Object o)org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
-
-
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:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
getChoice
public int getChoice()
-
getButterflyExpansion
public org.bouncycastle.asn1.ASN1Encodable getButterflyExpansion()
-
-