XMLTooling-J 1.3.2-redhat-4

Uses of Interface
org.opensaml.xml.signature.CryptoBinary

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

Subinterfaces of CryptoBinary in org.opensaml.xml.encryption
 interface Generator
          XMLObject representing XML Encryption, version 20021210, Generator 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 CryptoBinary in org.opensaml.xml.encryption.impl
 

Classes in org.opensaml.xml.encryption.impl that implement CryptoBinary
 class GeneratorImpl
          Concrete implementation of Generator
 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 CryptoBinary in org.opensaml.xml.signature
 

Subinterfaces of CryptoBinary in org.opensaml.xml.signature
 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 Y
          XMLObject representing XML Digital Signature, version 20020212, Y element.
 

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

Classes in org.opensaml.xml.signature.impl that implement CryptoBinary
 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 YImpl
          Concrete implementation of Y
 

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


XMLTooling-J 1.3.2-redhat-4

Copyright © 2006-2013 Internet2. All Rights Reserved.