Searched refs:getAllowedSuiteBCiphers (Results 1 – 4 of 4) sorted by relevance
420 assertEquals(params.getAllowedSuiteBCiphers(), copiedParams.getAllowedSuiteBCiphers()); in testCopyConstructor()
337 public BitSet getAllowedSuiteBCiphers() { in getAllowedSuiteBCiphers() method in SecurityParams
912 .anyMatch(params -> params.getAllowedSuiteBCiphers().get(SuiteBCipher.ECDHE_ECDSA)); in isSuiteBCipherEcdheEcdsaEnabled()923 .anyMatch(params -> params.getAllowedSuiteBCiphers().get(SuiteBCipher.ECDHE_RSA)); in isSuiteBCipherEcdheRsaEnabled()
652 BitSet allowedSuiteBCiphers = securityParams.getAllowedSuiteBCiphers(); in saveSuiteBConfig()