MCPcopy Index your code
hub / github.com/bcgit/bc-java / areEqual

Method areEqual

core/src/main/java/org/bouncycastle/util/Arrays.java:26–29  ·  view source on GitHub ↗
(boolean[] a, boolean[] b)

Source from the content-addressed store, hash-verified

24 }
25
26 public static boolean areEqual(boolean[] a, boolean[] b)
27 {
28 return java.util.Arrays.equals(a, b);
29 }
30
31 public static boolean areEqual(byte[] a, byte[] b)
32 {

Callers 15

testMessageProtectionMethod · 0.95
runPassiveClientTestMethod · 0.95
testCryptoBasicsMethod · 0.95
testSecretTreeMethod · 0.95
testKeyScheduleMethod · 0.95
testPskSecretMethod · 0.95
testTranscriptHashesMethod · 0.95
testWelcomeMethod · 0.95
testTreeOperationsMethod · 0.95
testTreeValidationMethod · 0.95
testTreeKEMMethod · 0.95

Calls 1

equalsMethod · 0.65

Tested by 15

testMessageProtectionMethod · 0.76
runPassiveClientTestMethod · 0.76
testCryptoBasicsMethod · 0.76
testSecretTreeMethod · 0.76
testKeyScheduleMethod · 0.76
testPskSecretMethod · 0.76
testTranscriptHashesMethod · 0.76
testWelcomeMethod · 0.76
testTreeOperationsMethod · 0.76
testTreeValidationMethod · 0.76
testTreeKEMMethod · 0.76