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

/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/
H A DCCMParameters.java8 private byte[] associatedText; field in class:CCMParameters
19 * @param associatedText associated text, if any
21 public CCMParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText) argument
26 this.associatedText = associatedText;
41 return associatedText;

Completed in 208 milliseconds