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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLCertUtils.java90 CertEntry certEntry = new CertEntry(
108 public static class CertEntry { class in class:SAMLCertUtils
119 public CertEntry(String nickName, method in class:SAMLCertUtils.CertEntry
155 * @return CertEntry which is the matching certificate entry.
157 public static CertEntry getMatchingCertEntry(
169 CertEntry certEntry = (CertEntry)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLCertUtils.java90 CertEntry certEntry = new CertEntry(
108 public static class CertEntry { class in class:SAMLCertUtils
119 public CertEntry(String nickName, method in class:SAMLCertUtils.CertEntry
155 * @return CertEntry which is the matching certificate entry.
157 public static CertEntry getMatchingCertEntry(
169 CertEntry certEntry = (CertEntry)

Completed in 35 milliseconds