Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DInvalidMessageIdException.java66 return byteArrayToInteger(getErrorData()); in getMessageId()
DInvalidKeException.java67 return byteArrayToInteger(getErrorData()); in getDhGroup()
DUnsupportedCriticalPayloadException.java65 mPayloadTypeList = Collections.singletonList(byteArrayToInteger(notifyData)); in UnsupportedCriticalPayloadException()
DIkeProtocolException.java174 protected static int byteArrayToInteger(byte[] byteArray) { in byteArrayToInteger() method in IkeProtocolException