public class StaxWriterUtil extends Object
| Constructor and Description |
|---|
StaxWriterUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeDSAKeyValueType(XMLStreamWriter writer,
DSAKeyValueType type) |
static void |
writeKeyInfo(XMLStreamWriter writer,
KeyInfoType keyInfo)
Write the
KeyInfoType |
static void |
writeRSAKeyValueType(XMLStreamWriter writer,
RSAKeyValueType type) |
public static void writeKeyInfo(XMLStreamWriter writer, KeyInfoType keyInfo) throws ProcessingException
KeyInfoTypewriter - keyInfo - ProcessingExceptionpublic static void writeRSAKeyValueType(XMLStreamWriter writer, RSAKeyValueType type) throws ProcessingException
ProcessingExceptionpublic static void writeDSAKeyValueType(XMLStreamWriter writer, DSAKeyValueType type) throws ProcessingException
ProcessingExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.