Searched defs:dhGroup (Results 1 – 6 of 6) sorted by relevance
132 public final int dhGroup; field in IkeKePayload190 private IkeKePayload(int dhGroup, byte[] keyExchangeData, PrivateKey localPrivateKey) { in IkeKePayload()316 public static byte[] getSharedKey(PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getSharedKey()333 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getModpSharedKey()363 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getCurveSharedKey()
45 public InvalidKeException(int dhGroup) { in InvalidKeException()
266 public ChildSaProposal getCopyWithAdditionalDhTransform(int dhGroup) { in getCopyWithAdditionalDhTransform()343 public Builder addDhGroup(@DhGroup int dhGroup) { in addDhGroup()
279 public Builder addDhGroup(@DhGroup int dhGroup) { in addDhGroup()
575 protected void addDh(@DhGroup int dhGroup) { in addDh()687 public static String getDhGroupString(int dhGroup) { in getDhGroupString()
2147 private ChildSaProposal buildSaProposalWithDhGroup(int dhGroup) { in buildSaProposalWithDhGroup()