Class RegionAndSubregions

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.RegionAndSubregions
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, RegionInterface, org.bouncycastle.util.Encodable

public class RegionAndSubregions extends org.bouncycastle.asn1.ASN1Object implements RegionInterface
RegionAndSubregions ::= SEQUENCE { region Uint8, subregions SequenceOfUint16 }
  • Constructor Details

  • Method Details

    • getRegion

      public UINT8 getRegion()
    • getSubregions

      public SequenceOfUint16 getSubregions()
    • getInstance

      public static RegionAndSubregions getInstance(Object o)
    • 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
    • builder

      public static RegionAndSubregions.Builder builder()