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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java192 public static Set<X509Certificate> getVerificationCerts(RoleDescriptorType roleDescriptor, String entityID, method in class:KeyUtil
194 String classMethod = "KeyUtil.getVerificationCerts: ";
460 return getVerificationCerts(pepDescriptor, entityID, SAML2Constants.PEP_ROLE);
575 return getVerificationCerts(pdpDescriptor, entityID, SAML2Constants.PDP_ROLE);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java206 public static Set<X509Certificate> getVerificationCerts(RoleDescriptorType roleDescriptor, String entityID, method in class:KeyUtil
208 String classMethod = "KeyUtil.getVerificationCerts: ";
474 return getVerificationCerts(pepDescriptor, entityID, SAML2Constants.PEP_ROLE);
589 return getVerificationCerts(pdpDescriptor, entityID, SAML2Constants.PDP_ROLE);

Completed in 36 milliseconds