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

Packages that use XSBase64Binary
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 XSBase64Binary in org.opensaml.xml.encryption
 

Subinterfaces of XSBase64Binary in org.opensaml.xml.encryption
 interface CipherValue
          XMLObject representing XML Encryption, version 20021210, CipherValue element.
 interface Generator
          XMLObject representing XML Encryption, version 20021210, Generator element.
 interface KANonce
          XMLObject representing XML Encryption, version 20021210, KA-Nonce element.
 interface OAEPparams
          XMLObject representing XML Encryption, version 20021210, OAEPparams 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 Seed
          XMLObject representing XML Digital Signature, version 20020212, seed element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement XSBase64Binary
 class CipherValueImpl
          Concrete implementation of CipherValue.
 class GeneratorImpl
          Concrete implementation of Generator
 class KANonceImpl
          Concrete implementation of KANonce
 class OAEPparamsImpl
          Concrete implementation of OAEPparams
 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 SeedImpl
          Concrete implementation of Seed
 

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

Classes in org.opensaml.xml.schema.impl that implement XSBase64Binary
 class XSBase64BinaryImpl
          Concrete implementation of XSBase64Binary.
 

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

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

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

Uses of XSBase64Binary in org.opensaml.xml.signature
 

Subinterfaces of XSBase64Binary in org.opensaml.xml.signature
 interface CryptoBinary
          XMLObject representing XML Digital Signature, version 20020212, CryptoBinary simple type.
 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 Modulus
          XMLObject representing XML Digital Signature, version 20020212, Modulus element.
 interface PGPKeyID
          XMLObject representing XML Digital Signature, version 20020212, PGPKeyID element.
 interface PGPKeyPacket
          XMLObject representing XML Digital Signature, version 20020212, PGPKeyPacket element.
 interface SPKISexp
          XMLObject representing XML Digital Signature, version 20020212, SPKISexp element.
 interface X509Certificate
          XMLObject representing XML Digital Signature, version 20020212, X509Certificate element.
 interface X509CRL
          XMLObject representing XML Digital Signature, version 20020212, X509CRL element.
 interface X509SKI
          MLObject representing XML Digital Signature, version 20020212, X509SKI element.
 interface Y
          XMLObject representing XML Digital Signature, version 20020212, Y element.
 

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

Classes in org.opensaml.xml.signature.impl that implement XSBase64Binary
 class CryptoBinaryImpl
          Concrete implementation of CryptoBinary.
 class ExponentImpl
          Concrete implementation of Exponent
 class GImpl
          Concrete implementation of G
 class JImpl
          Concrete implementation of J
 class ModulusImpl
          Concrete implementation of Exponent
 class PGPKeyIDImpl
          Concrete implementation of PGPKeyID
 class PGPKeyPacketImpl
          Concrete implementation of PGPKeyPacket
 class SPKISexpImpl
          Concrete implementation of SPKISexp
 class X509CertificateImpl
          Concrete implementation of X509Certificate.
 class X509CRLImpl
          Concrete implementation of X509CRL.
 class X509SKIImpl
          Concrete implementation of X509SKI
 class YImpl
          Concrete implementation of Y
 



Copyright © 2006-2012 Internet2. All Rights Reserved.