Searched refs:typecode (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java133 // check if the typecode is correct
138 + "typecode.");
196 * @param typecode two byte sequence representing <code>TypeCode</code>.
207 public ArtifactImpl(byte[] typecode, argument
212 if (typecode != null) {
213 if (typecode.length != 2 ||
214 typecode[0] != ARTIFACT_4_TYPE_CODE_BYTE1 ||
215 typecode[1] != ARTIFACT_4_TYPE_CODE_BYTE2)
217 SAML2SDKUtils.debug.error("ArtifactImpl: wrong typecode.");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java133 // check if the typecode is correct
138 + "typecode.");
196 * @param typecode two byte sequence representing <code>TypeCode</code>.
207 public ArtifactImpl(byte[] typecode, argument
212 if (typecode != null) {
213 if (typecode.length != 2 ||
214 typecode[0] != ARTIFACT_4_TYPE_CODE_BYTE1 ||
215 typecode[1] != ARTIFACT_4_TYPE_CODE_BYTE2)
217 SAML2SDKUtils.debug.error("ArtifactImpl: wrong typecode.");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java290 * @param typecode type code.
298 public static Object getObjectInstance(String iName, byte[] typecode, argument
309 { typecode, new Integer(endpointIndex),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java290 * @param typecode type code.
298 public static Object getObjectInstance(String iName, byte[] typecode, argument
309 { typecode, new Integer(endpointIndex),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java1208 * @param typecode two byte sequence representing <code>TypeCode</code>.
1220 public Artifact createArtifact(byte[] typecode, argument
1226 typecode, endpointIndex, sourceID, messageHandle);
1228 return new ArtifactImpl(typecode, endpointIndex,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java1208 * @param typecode two byte sequence representing <code>TypeCode</code>.
1220 public Artifact createArtifact(byte[] typecode, argument
1226 typecode, endpointIndex, sourceID, messageHandle);
1228 return new ArtifactImpl(typecode, endpointIndex,

Completed in 38 milliseconds