Class StaxWriterUtil
java.lang.Object
org.keycloak.saml.processing.core.saml.v2.util.StaxWriterUtil
Utility methods for stax writing
- Since:
- Jan 28, 2013
- Author:
- anil saldhana
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeDSAKeyValueType
(XMLStreamWriter writer, DSAKeyValueType type) static void
writeKeyInfo
(XMLStreamWriter writer, KeyInfoType keyInfo) Write theKeyInfoType
static void
writeRSAKeyValueType
(XMLStreamWriter writer, RSAKeyValueType type)
-
Constructor Details
-
StaxWriterUtil
public StaxWriterUtil()
-
-
Method Details
-
writeKeyInfo
public static void writeKeyInfo(XMLStreamWriter writer, KeyInfoType keyInfo) throws ProcessingException Write theKeyInfoType
- Parameters:
writer
-keyInfo
-- Throws:
ProcessingException
-
writeRSAKeyValueType
public static void writeRSAKeyValueType(XMLStreamWriter writer, RSAKeyValueType type) throws ProcessingException - Throws:
ProcessingException
-
writeDSAKeyValueType
public static void writeDSAKeyValueType(XMLStreamWriter writer, DSAKeyValueType type) throws ProcessingException - Throws:
ProcessingException
-