Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeIpv6AddrIdentification.java46 public IkeIpv6AddrIdentification(byte[] ipv6AddrBytes) throws AuthenticationFailedException { in IkeIpv6AddrIdentification() argument
49 ipv6Address = (Inet6Address) (Inet6Address.getByAddress(ipv6AddrBytes)); in IkeIpv6AddrIdentification()