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
Modifier and TypeFieldDescriptionstatic final int
protected final org.bouncycastle.asn1.ASN1Encodable
protected final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic ButterflyExpansion
aes128
(byte[] value) static ButterflyExpansion
aes128
(org.bouncycastle.asn1.ASN1OctetString value) org.bouncycastle.asn1.ASN1Encodable
int
static ButterflyExpansion
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
aes128
public static final int aes128- See Also:
-
choice
protected final int choice -
butterflyExpansion
protected final org.bouncycastle.asn1.ASN1Encodable butterflyExpansion
-
-
Method Details
-
getInstance
-
aes128
-
aes128
-
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()
-