|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidatingXMLObject | |
---|---|
org.opensaml.xml | Base classes for working with XML as Java objects and configuring the library. |
org.opensaml.xml.encryption | XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. |
org.opensaml.xml.encryption.impl | Implementations of the interfaces for XMLObjects that represent XML encryption types. |
org.opensaml.xml.schema | Interfaces for XMLObjects that represent XML schema types. |
org.opensaml.xml.schema.impl | Implementations of the interfaces for XMLObjects that represent XML schema types. |
org.opensaml.xml.signature | XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. |
org.opensaml.xml.signature.impl | Implementations of the interfaces for XMLObjects that represent XML signature types. |
org.opensaml.xml.validation | Interfaces for classes that may be used to validate trees of XMLObjects. |
Uses of ValidatingXMLObject in org.opensaml.xml |
---|
Classes in org.opensaml.xml that implement ValidatingXMLObject | |
---|---|
class |
AbstractElementExtensibleXMLObject
AbstractElementExtensible is an element of type xs:any , but without xs:anyAttribute
attribute or text content. |
class |
AbstractExtensibleXMLObject
AbstractExtensibleXMLObject is an element of type xs:any , and with xs:anyAttribute
attributes. |
class |
AbstractValidatingSignableXMLObject
Extension of AbstractSignableXMLObject that implements
ValidatingXMLObject . |
Uses of ValidatingXMLObject in org.opensaml.xml.encryption |
---|
Subinterfaces of ValidatingXMLObject in org.opensaml.xml.encryption | |
---|---|
interface |
AgreementMethod
XMLObject representing XML Encryption, version 20021210, AgreementMethod element. |
interface |
CarriedKeyName
XMLObject representing XML Encryption, version 20021210, CarriedKeyName element. |
interface |
CipherData
XMLObject representing XML Encryption, version 20021210, CipherData element. |
interface |
CipherReference
XMLObject representing XML Encryption, version 20021210, CipherReference element. |
interface |
CipherValue
XMLObject representing XML Encryption, version 20021210, CipherValue element. |
interface |
DataReference
XMLObject representing XML Encryption, version 20021210, DataReference element. |
interface |
DHKeyValue
XMLObject representing XML Encryption, version 20021210, DHKeyValue element. |
interface |
EncryptedData
XMLObject representing XML Encryption, version 20021210, EncryptedData element. |
interface |
EncryptedKey
XMLObject representing XML Encryption, version 20021210, EncryptedKey element. |
interface |
EncryptedType
XMLObject representing XML Encryption, version 20021210, EncryptedType type. |
interface |
EncryptionMethod
XMLObject representing XML Encryption, version 20021210, EncryptionMethod element. |
interface |
EncryptionProperties
XMLObject representing XML Encryption, version 20021210, EncryptionProperties element. |
interface |
EncryptionProperty
XMLObject representing XML Encryption, version 20021210, EncryptionProperty element. |
interface |
Generator
XMLObject representing XML Encryption, version 20021210, Generator element. |
interface |
KANonce
XMLObject representing XML Encryption, version 20021210, KA-Nonce element. |
interface |
KeyReference
XMLObject representing XML Encryption, version 20021210, KeyReference element. |
interface |
KeySize
XMLObject representing XML Encryption, version 20021210, KeySize element. |
interface |
OAEPparams
XMLObject representing XML Encryption, version 20021210, OAEPparams element. |
interface |
OriginatorKeyInfo
XMLObject representing XML Encryption, version 20021210, OriginatorKeyInfo element. |
interface |
P
XMLObject representing XML Encryption, version 20021210, P element. |
interface |
PgenCounter
XMLObject representing XML Encryption, version 20021210, pgenCounter element. |
interface |
Public
XMLObject representing XML Encryption, version 20021210, Public element. |
interface |
Q
XMLObject representing XML Encryption, version 20021210, Q element. |
interface |
RecipientKeyInfo
XMLObject representing XML Encryption, version 20021210, RecipientKeyInfo element. |
interface |
ReferenceList
XMLObject representing XML Encryption, version 20021210, ReferenceList element. |
interface |
ReferenceType
XMLObject representing XML Encryption, version 20021210, ReferenceType type. |
interface |
Seed
XMLObject representing XML Digital Signature, version 20020212, seed element. |
interface |
Transforms
XMLObject representing XML Encryption, version 20021210, Transforms element. |
Uses of ValidatingXMLObject in org.opensaml.xml.encryption.impl |
---|
Classes in org.opensaml.xml.encryption.impl that implement ValidatingXMLObject | |
---|---|
class |
AgreementMethodImpl
Concrete implementation of AgreementMethod . |
class |
CarriedKeyNameImpl
Concrete implementation of CarriedKeyName . |
class |
CipherDataImpl
Concrete implementation of CipherData . |
class |
CipherReferenceImpl
Concrete implementation of CipherReference . |
class |
CipherValueImpl
Concrete implementation of CipherValue . |
class |
DataReferenceImpl
Concrete implementation of DataReference . |
class |
DHKeyValueImpl
Concrete implementation of DHKeyValue . |
class |
EncryptedDataImpl
Concrete implementation of EncryptedData . |
class |
EncryptedKeyImpl
Concrete implementation of EncryptedKey . |
class |
EncryptedTypeImpl
Abstract implementation of EncryptedType . |
class |
EncryptionMethodImpl
Concrete implementation of EncryptionMethod . |
class |
EncryptionPropertiesImpl
Concrete implementation of EncryptionProperties . |
class |
EncryptionPropertyImpl
Concrete implementation of EncryptionProperty |
class |
GeneratorImpl
Concrete implementation of Generator |
class |
KANonceImpl
Concrete implementation of KANonce |
class |
KeyReferenceImpl
|
class |
KeySizeImpl
Concrete implementation of KeySize |
class |
OAEPparamsImpl
Concrete implementation of OAEPparams |
class |
OriginatorKeyInfoImpl
Concrete implementation of OriginatorKeyInfo |
class |
PgenCounterImpl
Concrete implementation of PgenCounter |
class |
PImpl
Concrete implementation of P |
class |
PublicImpl
Concrete implementation of Public |
class |
QImpl
Concrete implementation of Q |
class |
RecipientKeyInfoImpl
Concrete implementation of RecipientKeyInfo |
class |
ReferenceListImpl
Concrete implementation of ReferenceList |
class |
ReferenceTypeImpl
Concrete implementation of ReferenceType |
class |
SeedImpl
Concrete implementation of Seed |
class |
TransformsImpl
Concrete implementation of Transforms |
Uses of ValidatingXMLObject in org.opensaml.xml.schema |
---|
Subinterfaces of ValidatingXMLObject in org.opensaml.xml.schema | |
---|---|
interface |
XSAny
Represents the schema Any type. |
interface |
XSBase64Binary
XMLObject that represents an XML Schema base64Binary. |
interface |
XSInteger
XMLObject that represents an XML Schema Integer. |
interface |
XSQName
XMLObject that represents an XML schema QName content bearing element. |
interface |
XSString
XMLObject that represents an XML Schema String. |
interface |
XSURI
XMLObject that represents an XML schema URI content bearing element. |
Uses of ValidatingXMLObject in org.opensaml.xml.schema.impl |
---|
Classes in org.opensaml.xml.schema.impl that implement ValidatingXMLObject | |
---|---|
class |
XSAnyImpl
Concrete implementation of XSAny . |
class |
XSBase64BinaryImpl
Concrete implementation of XSBase64Binary . |
class |
XSIntegerImpl
Concrete implementation of XSInteger . |
class |
XSQNameImpl
Concrete implementation of XSQName . |
class |
XSStringImpl
Concrete implementation of XSString . |
class |
XSURIImpl
Conrete implementation of XSURI . |
Uses of ValidatingXMLObject in org.opensaml.xml.signature |
---|
Subinterfaces of ValidatingXMLObject in org.opensaml.xml.signature | |
---|---|
interface |
CryptoBinary
XMLObject representing XML Digital Signature, version 20020212, CryptoBinary simple type. |
interface |
DigestMethod
XMLObject representing XML Digital Signature, version 20020212, DigestMethod element. |
interface |
DSAKeyValue
XMLObject representing XML Digital Signature, version 20020212, DSAKeyValue element. |
interface |
Exponent
XMLObject representing XML Digital Signature, version 20020212, Exponent element. |
interface |
G
XMLObject representing XML Digital Signature, version 20020212, G element. |
interface |
J
XMLObject representing XML Digital Signature, version 20020212, J element. |
interface |
KeyInfo
XMLObject representing XML Digital Signature, version 20020212, KeyInfo element. |
interface |
KeyInfoType
XMLObject representing XML Digital Signature, version 20020212, KeyInfoType complex type. |
interface |
KeyName
XMLObject representing XML Digital Signature, version 20020212, KeyName element. |
interface |
KeyValue
XMLObject representing XML Digital Signature, version 20020212, KeyValue element. |
interface |
MgmtData
XMLObject representing XML Digital Signature, version 20020212, MgmtData element. |
interface |
Modulus
XMLObject representing XML Digital Signature, version 20020212, Modulus element. |
interface |
PGPData
XMLObject representing XML Digital Signature, version 20020212, PGPData element. |
interface |
PGPKeyID
XMLObject representing XML Digital Signature, version 20020212, PGPKeyID element. |
interface |
PGPKeyPacket
XMLObject representing XML Digital Signature, version 20020212, PGPKeyPacket element. |
interface |
RetrievalMethod
XMLObject representing XML Digital Signature, version 20020212, RetrievalMethod element. |
interface |
RSAKeyValue
XMLObject representing XML Digital Signature, version 20020212, RSAKeyValue element. |
interface |
SPKIData
XMLObject representing XML Digital Signature, version 20020212, SPKIData element. |
interface |
SPKISexp
XMLObject representing XML Digital Signature, version 20020212, SPKISexp element. |
interface |
Transform
XMLObject representing XML Digital Signature, version 20020212, Transform element. |
interface |
X509Certificate
XMLObject representing XML Digital Signature, version 20020212, X509Certificate element. |
interface |
X509CRL
XMLObject representing XML Digital Signature, version 20020212, X509CRL element. |
interface |
X509Data
XMLObject representing XML Digital Signature, version 20020212, X509Data element. |
interface |
X509IssuerName
XMLObject representing XML Digital Signature, version 20020212, X509IssuerName element. |
interface |
X509IssuerSerial
XMLObject representing XML Digital Signature, version 20020212, X509IssuerSerial element. |
interface |
X509SerialNumber
XMLObject representing XML Digital Signature, version 20020212, X509SerialNumber element. |
interface |
X509SKI
MLObject representing XML Digital Signature, version 20020212, X509SKI element. |
interface |
X509SubjectName
XMLObject representing XML Digital Signature, version 20020212, X509SubjectName element. |
interface |
XPath
XMLObject representing XML Digital Signature, version 20020212, XPath element. |
interface |
Y
XMLObject representing XML Digital Signature, version 20020212, Y element. |
Uses of ValidatingXMLObject in org.opensaml.xml.signature.impl |
---|
Classes in org.opensaml.xml.signature.impl that implement ValidatingXMLObject | |
---|---|
class |
CryptoBinaryImpl
Concrete implementation of CryptoBinary . |
class |
DigestMethodImpl
Concrete implementation of DigestMethod . |
class |
DSAKeyValueImpl
Concrete implementation of DSAKeyValue |
class |
ExponentImpl
Concrete implementation of Exponent |
class |
GImpl
Concrete implementation of G |
class |
JImpl
Concrete implementation of J |
class |
KeyInfoImpl
Concrete implementation of KeyInfo |
class |
KeyInfoTypeImpl
Concrete implementation of KeyInfoType |
class |
KeyNameImpl
Concrete implementation of KeyName |
class |
KeyValueImpl
Concrete implementation of KeyValue |
class |
MgmtDataImpl
Concrete implementation of MgmtData |
class |
ModulusImpl
Concrete implementation of Exponent |
class |
PGPDataImpl
Concrete implementation of PGPData |
class |
PGPKeyIDImpl
Concrete implementation of PGPKeyID |
class |
PGPKeyPacketImpl
Concrete implementation of PGPKeyPacket |
class |
RetrievalMethodImpl
Concrete implementation of RetrievalMethod |
class |
RSAKeyValueImpl
Concrete implementation of RSAKeyValue |
class |
SPKIDataImpl
Concrete implementation of SPKIData |
class |
SPKISexpImpl
Concrete implementation of SPKISexp |
class |
TransformImpl
Concrete implementation of Transform |
class |
X509CertificateImpl
Concrete implementation of X509Certificate . |
class |
X509CRLImpl
Concrete implementation of X509CRL . |
class |
X509DataImpl
Concrete implementation of X509Data . |
class |
X509IssuerNameImpl
Concrete implementation of X509IssuerName |
class |
X509IssuerSerialImpl
Concrete implementation of X509IssuerSerial |
class |
X509SerialNumberImpl
Concrete implementation of X509SerialNumber . |
class |
X509SKIImpl
Concrete implementation of X509SKI |
class |
X509SubjectNameImpl
Concrete implementation of X509SubjectName |
class |
XPathImpl
Concrete implementation of XPath |
class |
YImpl
Concrete implementation of Y |
Uses of ValidatingXMLObject in org.opensaml.xml.validation |
---|
Classes in org.opensaml.xml.validation that implement ValidatingXMLObject | |
---|---|
class |
AbstractValidatingXMLObject
Extension of AbstractXMLObject that implements
ValidatingXMLObject . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |