Searched refs:adrType (Results 1 – 1 of 1) sorted by relevance
221 private GANSS_SgnElement.adrType adr_;222 public GANSS_SgnElement.adrType getAdr() { in getAdr()229 this.adr_ = (GANSS_SgnElement.adrType) value; in setAdr()231 public GANSS_SgnElement.adrType setAdrToNewInstance() { in setAdrToNewInstance()232 adr_ = new GANSS_SgnElement.adrType(); in setAdrToNewInstance()612 … return tag == null ? GANSS_SgnElement.adrType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()1152 public static class adrType extends Asn1Integer { class in GANSS_SgnElement1158 public adrType() { in adrType() method in GANSS_SgnElement.adrType1186 public static adrType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()1187 adrType result = new adrType(); in fromPerUnaligned()[all …]