Searched refs:getAllowedSuiteBCiphers (Results 1 – 6 of 6) sorted by relevance
424 assertEquals(params.getAllowedSuiteBCiphers(), copiedParams.getAllowedSuiteBCiphers()); in testCopyConstructor()
338 public BitSet getAllowedSuiteBCiphers() { in getAllowedSuiteBCiphers() method in SecurityParams
989 if (p.getAllowedSuiteBCiphers().get(SuiteBCipher.ECDHE_ECDSA)) { in isSuiteBCipherEcdheEcdsaEnabled()1004 if (p.getAllowedSuiteBCiphers().get(SuiteBCipher.ECDHE_RSA)) { in isSuiteBCipherEcdheRsaEnabled()
723 BitSet allowedSuiteBCiphers = securityParams.getAllowedSuiteBCiphers(); in saveSuiteBConfig()
663 BitSet allowedSuiteBCiphers = securityParams.getAllowedSuiteBCiphers(); in saveSuiteBConfig()
515 params.getAllowedSuiteBCiphers().toByteArray()); in writeSecurityParamsListToXml()