Searched refs:mdnType (Results 1 – 2 of 2) sorted by relevance
189 return new SETId.mdnType(); in createElement()194 return tag == null ? SETId.mdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()421 public static class mdnType extends Asn1OctetString { class in SETId427 public mdnType() { in mdnType() method in SETId.mdnType456 public static mdnType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()457 mdnType result = new mdnType(); in fromPerUnaligned()465 public static mdnType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()466 mdnType result = new mdnType(); in fromPerAligned()501 public SETId.mdnType getMdn() { in getMdn()505 return (SETId.mdnType) element; in getMdn()[all …]
280 return new ThirdPartyID.mdnType(); in createElement()285 return tag == null ? ThirdPartyID.mdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()1019 public static class mdnType extends Asn1OctetString { class in ThirdPartyID1025 public mdnType() { in mdnType() method in ThirdPartyID.mdnType1054 public static mdnType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()1055 mdnType result = new mdnType(); in fromPerUnaligned()1063 public static mdnType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()1064 mdnType result = new mdnType(); in fromPerAligned()1099 public ThirdPartyID.mdnType getMdn() { in getMdn()1103 return (ThirdPartyID.mdnType) element; in getMdn()[all …]