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/
DInvalidKeException.java65 return byteArrayToInteger(getErrorData()); in getDhGroup()
DInvalidMessageIdException.java64 return byteArrayToInteger(getErrorData()); in getMessageId()
DUnsupportedCriticalPayloadException.java63 mPayloadTypeList = Collections.singletonList(byteArrayToInteger(notifyData)); in UnsupportedCriticalPayloadException()
DIkeProtocolException.java174 protected static int byteArrayToInteger(byte[] byteArray) { in byteArrayToInteger() method in IkeProtocolException