Home
last modified time | relevance | path

Searched refs:ipv4AddrBytes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeIpv4AddrIdentification.java46 public IkeIpv4AddrIdentification(byte[] ipv4AddrBytes) throws AuthenticationFailedException { in IkeIpv4AddrIdentification() argument
49 ipv4Address = (Inet4Address) (Inet4Address.getByAddress(ipv4AddrBytes)); in IkeIpv4AddrIdentification()