InvalidKeException
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
class InvalidKeException : IkeProtocolException
This exception is thrown when the remote server expected a different Diffie-Hellman group.
This exception indicates that the remote server received a different KE payload in the Child creation request from accepted Diffie-Hellman group. Callers can retry Child creation by proposing the expected DH group included in this exception.
Summary
Public constructors |
Construct an instance of InvalidKeException.
|
Public methods |
Int |
Return the expected DH Group included in this exception.
|
Public constructors
InvalidKeException
InvalidKeException(dhGroup: Int)
Construct an instance of InvalidKeException.
Except for testing, IKE library users normally do not instantiate this object themselves but instead get a reference via IkeSessionCallback
or ChildSessionCallback
.
Parameters |
dhGroup |
Int: the expected DH group |
Public methods
getDhGroup
fun getDhGroup(): Int
Return the expected DH Group included in this exception.
Return |
Int |
the expected DH Group. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]