Uses of Class
org.apache.xml.security.utils.SignatureElementProxy
-
-
Uses of SignatureElementProxy in org.apache.xml.security.algorithms
Subclasses of SignatureElementProxy in org.apache.xml.security.algorithms Modifier and Type Class Description class
Algorithm
The Algorithm class which stores the Algorithm URI as a string.class
MessageDigestAlgorithm
Digest Message wrapper and selector class.class
SignatureAlgorithm
Allows selection of digital signature's algorithm, private keys, other security parameters, and algorithm's ID. -
Uses of SignatureElementProxy in org.apache.xml.security.encryption
Subclasses of SignatureElementProxy in org.apache.xml.security.encryption Modifier and Type Class Description private class
XMLCipher.Factory.TransformsImpl
-
Uses of SignatureElementProxy in org.apache.xml.security.keys
Subclasses of SignatureElementProxy in org.apache.xml.security.keys Modifier and Type Class Description class
KeyInfo
This class stand for KeyInfo Element that may contain keys, names, certificates and other public key management information, such as in-band key distribution or key agreement data. -
Uses of SignatureElementProxy in org.apache.xml.security.keys.content
Subclasses of SignatureElementProxy in org.apache.xml.security.keys.content Modifier and Type Class Description class
KeyName
class
KeyValue
The KeyValue element contains a single public key that may be useful in validating the signature.class
MgmtData
class
PGPData
$todo$ Implementclass
RetrievalMethod
class
SPKIData
$todo$ implementclass
X509Data
-
Uses of SignatureElementProxy in org.apache.xml.security.keys.content.keyvalues
Subclasses of SignatureElementProxy in org.apache.xml.security.keys.content.keyvalues Modifier and Type Class Description class
DSAKeyValue
class
RSAKeyValue
-
Uses of SignatureElementProxy in org.apache.xml.security.keys.content.x509
Subclasses of SignatureElementProxy in org.apache.xml.security.keys.content.x509 Modifier and Type Class Description class
XMLX509Certificate
class
XMLX509CRL
class
XMLX509IssuerSerial
class
XMLX509SKI
Handles SubjectKeyIdentifier (SKI) for X.509v3.class
XMLX509SubjectName
-
Uses of SignatureElementProxy in org.apache.xml.security.signature
Subclasses of SignatureElementProxy in org.apache.xml.security.signature Modifier and Type Class Description class
Manifest
Handles<ds:Manifest>
elements.class
ObjectContainer
Handles<ds:Object>
elementsObject
Element
supply facility which can contain any kind data $todo$ if we remove childen, the boolean values are not updatedclass
Reference
Handles<ds:Reference>
elements.class
SignatureProperties
Handles<ds:SignatureProperties>
elements This Element holdsSignatureProperty
properties that contain additional information items concerning the generation of the signature.class
SignatureProperty
Handles<ds:SignatureProperty>
elements Additional information item concerning the generation of the signature(s) can be placed in this Elementclass
SignedInfo
Handles<ds:SignedInfo>
elements ThisSignedInfo
element includes the canonicalization algorithm, a signature algorithm, and one or more references.class
XMLSignature
Handles<ds:Signature>
elements. -
Uses of SignatureElementProxy in org.apache.xml.security.transforms
Subclasses of SignatureElementProxy in org.apache.xml.security.transforms Modifier and Type Class Description class
Transform
Implements the behaviour of theds:Transform
element.class
Transforms
Holder of theTransform
steps to be performed on the data. -
Uses of SignatureElementProxy in org.apache.xml.security.transforms.params
Subclasses of SignatureElementProxy in org.apache.xml.security.transforms.params Modifier and Type Class Description class
XPathContainer
This Object serves both as namespace prefix resolver and as container for theds:XPath
Element.
-