Searched defs:sBox (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/
H A DParametersWithSBox.java9 private byte[] sBox; field in class:ParametersWithSBox
13 byte[] sBox)
16 this.sBox = sBox;
21 return sBox;
11 ParametersWithSBox( CipherParameters parameters, byte[] sBox) argument

Completed in 59 milliseconds