Searched refs:kd (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/key/
H A DKeyUtil.java181 KeyDescriptorType kd =
183 if (kd == null) {
189 cert = getCert(kd);
232 KeyDescriptorType kd =
234 if (kd == null) {
240 X509Certificate cert = getCert(kd);
248 String algorithm = kd.getEncryptionMethod();
249 int keySize = kd.getKeySize().intValue();
285 KeyDescriptorType kd = null;
289 kd
332 getCert(KeyDescriptorType kd) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/key/
H A DKeyUtil.java189 KeyDescriptorType kd =
191 if (kd == null) {
197 cert = getCert(kd);
240 KeyDescriptorType kd =
242 if (kd == null) {
248 X509Certificate cert = getCert(kd);
256 String algorithm = kd.getEncryptionMethod();
257 int keySize = kd.getKeySize().intValue();
293 KeyDescriptorType kd = null;
297 kd
340 getCert(KeyDescriptorType kd) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java277 KeyDescriptorType kd =
279 if (kd == null) {
287 java.security.cert.X509Certificate cert = getCert(kd);
296 List emList = kd.getEncryptionMethod();
380 * @param kd <code>KeyDescriptorType</code> which contains certificate info
385 KeyDescriptorType kd
389 KeyInfoType ki = kd.getKeyInfo();
502 KeyDescriptorType kd = getKeyDescriptor(pepDesc,SAML2Constants.ENCRYPTION);
503 if (kd == null) {
511 return getEncryptionInfo(kd,pepEntityI
522 getEncryptionInfo(KeyDescriptorType kd, String entityID, String role) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java291 KeyDescriptorType kd =
293 if (kd == null) {
301 java.security.cert.X509Certificate cert = getCert(kd);
310 List emList = kd.getEncryptionMethod();
394 * @param kd <code>KeyDescriptorType</code> which contains certificate info
399 KeyDescriptorType kd
403 KeyInfoType ki = kd.getKeyInfo();
516 KeyDescriptorType kd = getKeyDescriptor(pepDesc,SAML2Constants.ENCRYPTION);
517 if (kd == null) {
525 return getEncryptionInfo(kd,pepEntityI
536 getEncryptionInfo(KeyDescriptorType kd, String entityID, String role) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaSecurityUtils.java301 Element kd = (Element)node;
302 String use = kd.getAttributeNS(null, ATTR_USE);
304 NodeList nl = kd.getChildNodes();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaSecurityUtils.java302 Element kd = (Element)node;
303 String use = kd.getAttributeNS(null, ATTR_USE);
305 NodeList nl = kd.getChildNodes();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaSecurityUtils.java307 Element kd = (Element)node;
308 String use = kd.getAttributeNS(null, ATTR_USE);
310 NodeList nl = kd.getChildNodes();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaSecurityUtils.java307 Element kd = (Element)node;
308 String use = kd.getAttributeNS(null, ATTR_USE);
310 NodeList nl = kd.getChildNodes();
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 60 milliseconds