Uses of Interface
org.opensaml.xml.schema.XSString

Packages that use XSString
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.impl Implementations of the interfaces for XMLObjects that represent XML schema types. 
org.opensaml.xml.schema.validator   
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. 
 

Uses of XSString in org.opensaml.xml.encryption
 

Subinterfaces of XSString in org.opensaml.xml.encryption
 interface CarriedKeyName
          XMLObject representing XML Encryption, version 20021210, CarriedKeyName element.
 

Uses of XSString in org.opensaml.xml.encryption.impl
 

Classes in org.opensaml.xml.encryption.impl that implement XSString
 class CarriedKeyNameImpl
          Concrete implementation of CarriedKeyName.
 

Uses of XSString in org.opensaml.xml.schema.impl
 

Classes in org.opensaml.xml.schema.impl that implement XSString
 class XSStringImpl
          Concrete implementation of XSString.
 

Methods in org.opensaml.xml.schema.impl that return XSString
 XSString XSStringBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 

Uses of XSString in org.opensaml.xml.schema.validator
 

Classes in org.opensaml.xml.schema.validator with type parameters of type XSString
 class XSStringSchemaValidator<T extends XSString>
          Checks XSString for Schema compliance.
 

Uses of XSString in org.opensaml.xml.signature
 

Subinterfaces of XSString in org.opensaml.xml.signature
 interface KeyName
          XMLObject representing XML Digital Signature, version 20020212, KeyName element.
 interface MgmtData
          XMLObject representing XML Digital Signature, version 20020212, MgmtData element.
 interface X509IssuerName
          XMLObject representing XML Digital Signature, version 20020212, X509IssuerName element.
 interface X509SubjectName
          XMLObject representing XML Digital Signature, version 20020212, X509SubjectName element.
 interface XPath
          XMLObject representing XML Digital Signature, version 20020212, XPath element.
 

Uses of XSString in org.opensaml.xml.signature.impl
 

Classes in org.opensaml.xml.signature.impl that implement XSString
 class KeyNameImpl
          Concrete implementation of KeyName
 class MgmtDataImpl
          Concrete implementation of MgmtData
 class X509IssuerNameImpl
          Concrete implementation of X509IssuerName
 class X509SubjectNameImpl
          Concrete implementation of X509SubjectName
 class XPathImpl
          Concrete implementation of XPath
 



Copyright © 2006-2011 Internet2. All Rights Reserved.