Searched refs:ipv4AddressType (Results 1 – 1 of 1) sorted by relevance
169 return new IPAddress.ipv4AddressType(); in createElement()174 … return tag == null ? IPAddress.ipv4AddressType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()240 public static class ipv4AddressType extends Asn1OctetString { class in IPAddress246 public ipv4AddressType() { in ipv4AddressType() method in IPAddress.ipv4AddressType275 public static ipv4AddressType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()276 ipv4AddressType result = new ipv4AddressType(); in fromPerUnaligned()284 public static ipv4AddressType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()285 ipv4AddressType result = new ipv4AddressType(); in fromPerAligned()320 public IPAddress.ipv4AddressType getIpv4Address() { in getIpv4Address()324 return (IPAddress.ipv4AddressType) element; in getIpv4Address()[all …]