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

/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java237 amAuthCert_chkAttributesCRL = trimItems(amAuthCert_chkAttrCRL.split(","));
920 private String[] trimItems(String[] items) { method in class:Cert
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java225 amAuthCert_chkAttributesCRL = trimItems(amAuthCert_chkAttrCRL.split(","));
859 private String[] trimItems(String[] items) { method in class:Cert

Completed in 23 milliseconds