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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DExternalSASLMechanismHandler.java243 ByteString certBytes = ByteString.wrap(clientCertChain[0].getEncoded());
244 if (!find(certAttrList, certBytes))
272 ByteString certBytes = ByteString.wrap(clientCertChain[0].getEncoded());
273 if (!find(certAttrList, certBytes))
305 private boolean find(List<Attribute> certAttrList, ByteString certBytes) argument
309 if (a.contains(certBytes))

Completed in 35 milliseconds