Class XMLCipher.Factory.CipherReferenceImpl
java.lang.Object
org.apache.xml.security.encryption.XMLCipher.Factory.CipherReferenceImpl
- All Implemented Interfaces:
CipherReference
- Enclosing class:
XMLCipher.Factory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theTransformsthat specifies how to transform theURIto yield the appropriate cipher value.getURI()Returns anURIthat contains an identifier that should be dereferenced.Gets the URI as an Attribute node.voidsetTransforms(Transforms transforms) Sets theTransformsthat specifies how to transform theURIto yield the appropriate cipher value.(package private) Element
-
Field Details
-
referenceURI
-
referenceTransforms
-
referenceNode
-
-
Constructor Details
-
CipherReferenceImpl
- Parameters:
uri-
-
CipherReferenceImpl
- Parameters:
uri-
-
-
Method Details
-
getURI
Returns anURIthat contains an identifier that should be dereferenced.- Specified by:
getURIin interfaceCipherReference- Returns:
- an
URIthat contains an identifier that should be dereferenced.
-
getURIAsAttr
Gets the URI as an Attribute node. Used to meld the CipherReference with the XMLSignature ResourceResolvers- Specified by:
getURIAsAttrin interfaceCipherReference- Returns:
- the URI as an Attribute node
-
getTransforms
Returns theTransformsthat specifies how to transform theURIto yield the appropriate cipher value.- Specified by:
getTransformsin interfaceCipherReference- Returns:
- the transform that specifies how to transform the reference to yield the intended cipher value.
-
setTransforms
Sets theTransformsthat specifies how to transform theURIto yield the appropriate cipher value.- Specified by:
setTransformsin interfaceCipherReference- Parameters:
transforms- the set ofTransformsthat specifies how to transform the reference to yield the intended cipher value.
-
toElement
Element toElement()
-