Searched refs:SECRET_FIELD_SECRET (Results 1 – 2 of 2) sorted by relevance
98 private static final String SECRET_FIELD_SECRET = "secret"; field in JsonMessageBuilder286 body.getString(SECRET_FIELD_SECRET).getBytes()); in getSecretMessage()505 jsonObj.put(SECRET_FIELD_SECRET, bytesStr); in toJson()
87 private static final String SECRET_FIELD_SECRET = "bytes"; field in XmlMessageBuilder349 .getString(SECRET_FIELD_SECRET); in getSecretMessage()564 secret.put(SECRET_FIELD_SECRET, bytesStr); in toXML()