Class 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 Detail

      • choice

        protected final int choice
      • butterflyExpansion

        protected final org.bouncycastle.asn1.ASN1Encodable butterflyExpansion
    • Method Detail

      • aes128

        public static ButterflyExpansion aes128​(org.bouncycastle.asn1.ASN1OctetString value)
      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
      • getChoice

        public int getChoice()
      • getButterflyExpansion

        public org.bouncycastle.asn1.ASN1Encodable getButterflyExpansion()