Searched refs:ID_ATTRIBUTE_VALUE (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/xmlsig/
H A DSigProviderTest.java38 private static final String ID_ATTRIBUTE_VALUE = "signme"; field in class:SigProviderTest
63 ID_ATTRIBUTE_VALUE,
85 verified = sigProvider.verify(signedDocumentXML, ID_ATTRIBUTE_VALUE,
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/xmlsig/
H A DSigProviderTest.java38 private static final String ID_ATTRIBUTE_VALUE = "signme"; field in class:SigProviderTest
63 ID_ATTRIBUTE_VALUE,
85 verified = sigProvider.verify(signedDocumentXML, ID_ATTRIBUTE_VALUE,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManagerTest.java48 private static final String ID_ATTRIBUTE_VALUE = "signme"; field in class:XMLSignatureManagerTest
71 encodedPrivatePass, null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);
90 null, null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);
106 null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);
123 null, null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);
143 null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManagerTest.java48 private static final String ID_ATTRIBUTE_VALUE = "signme"; field in class:XMLSignatureManagerTest
71 encodedPrivatePass, null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);
90 null, null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);
106 null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);
123 null, null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);
143 null, SAML2Constants.ID, ID_ATTRIBUTE_VALUE, true, null);

Completed in 43 milliseconds