Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DUkey2Handshake.java301 throwIllegalStateException("Invalid handshake state"); in Ukey2Handshake()
330 throwIllegalStateException( in getNextHandshakeMessage()
339 throwIllegalStateException("Cannot get next message in state: " + handshakeState); in getNextHandshakeMessage()
358 throwIllegalStateException("Unexpected state: " + handshakeState); in getVerificationString()
407 throwIllegalStateException("Unexpected state: " + handshakeState); in verifyHandshake()
436 throwIllegalStateException("Cannot parse message in state " + handshakeState); in parseHandshakeMessage()
471 throwIllegalStateException("Unknown state"); in getHandshakeState()
485 throwIllegalStateException("Cannot make context; handshake had error"); in toConnectionContext()
488 throwIllegalStateException("Cannot reuse handshake context; is has already been used"); in toConnectionContext()
491 throwIllegalStateException("Handshake not verified, cannot create context"); in toConnectionContext()
[all …]