public class NippinOptionalDeflateTransformer
extends org.apache.xml.security.transforms.TransformSpi
urn:nippin:xml:sig:transform:optional-deflate
decoding transform.
The normative specification for decoding transforms as specified by myCarenet
This transform requires an octet stream for input. If an XPath node-set (or sufficiently functional alternative) is given as input, then it is converted to an octet stream by performing operations logically equivalent to 1) applying an XPath transform with expression self::text(), then 2) taking the string-value of the node-set. Thus, if an XML element is identified by a barename XPointer in the Reference URI, and its content consists solely of base64 encoded character data, then this transform automatically strips away the start and end tags of the identified element and any of its descendant elements as well as any descendant comments and processing instructions. The output of this transform is an octet stream.
Modifier and Type | Field and Description |
---|---|
static String |
TRANSFORM_URI
Transform URI that is supported by the Transformer.
|
Constructor and Description |
---|
NippinOptionalDeflateTransformer() |
public static final String TRANSFORM_URI
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.